Skip to content

Commit

Permalink
Update awscli version to prevent RE syntax warning messages in output
Browse files Browse the repository at this point in the history
Whenever the awscli utility is used it prints a bunch of warning messages which
obscures the regular output.

An example of a warning is:

  SyntaxWarning: invalid escape sequence '\s'
    _distributor_id_file_re = re.compile("(?:DISTRIB_ID\s*=)\s*(.*)", re.I)

See:
- aws/aws-cli#8547
- aws/aws-cli#8925
  • Loading branch information
luca-vari committed Nov 28, 2024
1 parent 3744ea6 commit 1895562
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1895562

Please sign in to comment.