Skip to content

Commit

Permalink
fix(deps): update dependency pyyaml to v5.4 [security] (#1935)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency pyyaml to v5.4 [security]

* Bump PyYAML to 6.0.1, bump utils version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wbanks <[email protected]>
  • Loading branch information
renovate[bot] and whabanks authored Sep 12, 2023
1 parent 8caba67 commit e692b51
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 22 deletions.
77 changes: 57 additions & 20 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ python-magic = "0.4.27"
psycopg2-binary = "2.9.7"
PyJWT = "2.8.0"
pytz = "2021.3"
PyYAML = "5.3.1"
PyYAML = "6.0.1"
SQLAlchemy = "1.4.49"
cachelib = "0.10.2"
newrelic = "6.10.0.165"
Expand All @@ -65,7 +65,7 @@ Werkzeug = "2.3.7"
MarkupSafe = "2.1.3"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
itsdangerous = "2.1.2"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.8" }
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", rev = "52.0.9" }
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.7.1"
greenlet = "2.0.2"
Expand Down

0 comments on commit e692b51

Please sign in to comment.