Skip to content

Commit

Permalink
bump utils version
Browse files Browse the repository at this point in the history
  • Loading branch information
whabanks committed Jun 18, 2024
1 parent 0106913 commit 87a1710
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 48 deletions.
87 changes: 42 additions & 45 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gevent = "23.9.1"
gunicorn = "20.1.0"
iso8601 = "2.1.0"
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow-sqlalchemy = "0.29.0"
marshmallow = "3.21.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
Expand All @@ -64,8 +64,9 @@ aws-embedded-metrics = "1.0.8"
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.6" }
itsdangerous = "2.2.0"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.7" }

# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.10.0"
greenlet = "2.0.2"
Expand Down

0 comments on commit 87a1710

Please sign in to comment.