Skip to content

Commit

Permalink
Bump certifi, werkzeug and utils (#1941)
Browse files Browse the repository at this point in the history
* Bump certifi, werkzeug and utils

* update lockfile
  • Loading branch information
whabanks authored Sep 12, 2024
1 parent ff6bc2b commit d929c15
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 55 deletions.
99 changes: 47 additions & 52 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ ua-parser = "0.18.0"
user-agents = "2.2.0"
WTForms = "3.1.2"
email-validator = "1.3.1"
Werkzeug = "3.0.3"
Werkzeug = "3.0.4"
greenlet = "2.0.2"
mixpanel = "4.10.1"
unidecode = "^1.3.8"

# PaaS
awscli-cwlogs = "^1.4.6"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.8" }
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.3.3" }

# Pinned dependencies
rsa = "^4.1" # not directly required, pinned by Snyk to avoid a vulnerability
certifi = "^2023.7.22" # Pinned for security reasons: https://github.com/cds-snc/notification-admin/security/dependabot/169
certifi = "^2024.0.0" # Pinned for security reasons: https://github.com/cds-snc/notification-admin/security/dependabot/169
redis = "3.5.3" # pinned for now
xlrd = "1.2.0" # this is pinned so that we can continue to support .xslm files; see https://github.com/pyexcel/pyexcel-xls/issues/53
# Putting upgrade on hold due to v1.0.0 using sha512 instead of sha1 by default
Expand Down

0 comments on commit d929c15

Please sign in to comment.