Skip to content

Commit

Permalink
fix(deps): update dependency werkzeug to v3 [security] (#2009)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency werkzeug to v3 [security]

* Bump utils

---------

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 Jun 18, 2024
1 parent 4ad86fd commit 0800b98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -60,11 +60,11 @@ more-itertools = "8.14.0"
awscli-cwlogs = "1.4.6"
aws-embedded-metrics = "1.0.8"
# Putting upgrade on hold due to new version introducing breaking changes
Werkzeug = "2.3.7"
Werkzeug = "3.0.3"
MarkupSafe = "2.1.5"
# 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", tag = "52.2.4" }
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.6" }
# 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 0800b98

Please sign in to comment.