Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ opentelemetry-instrumentation-redis = "0.55b1"
opentelemetry-instrumentation-sqlalchemy = "0.55b1"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag="53.2.34"}
pre-commit = "^3.7.1"
psycopg2-binary = "2.9.11"
psycopg2-binary = "2.9.12"
pwnedpasswords = "2.0.0"
redis = "7.4.0"
redis = "7.4.1"
pyairtable = "^3.3.0"
PyJWT = "2.12.0"
python-dotenv = "1.2.2"
python-dotenv = "1.2.3"
python-magic = "0.4.27"
pytz = "2021.3"
PyYAML = "6.0.3"
Expand All @@ -80,7 +80,7 @@ types-psycopg2 = "^2.9.21.20250516"
typing-extensions = "4.12.2"
unidecode = "1.3.8"
# Putting upgrade on hold due to new version introducing breaking changes
Werkzeug = "3.1.6"
Werkzeug = "3.1.8"

[tool.poetry.group.test.dependencies]
coveralls = "3.3.1"
Expand Down Expand Up @@ -110,7 +110,7 @@ strict-rfc3339 = "0.7"
tornado = ">=6.5" # Pinning due to: https://github.com/cds-snc/notification-api/security/dependabot/251
types-boto = "2.49.18.20241019"
types-mock = "4.0.15.2"
types-python-dateutil = "2.9.0.20251115"
types-python-dateutil = "2.9.0.20260807"
types-pytz = "2022.7.1.2"
types-redis = "4.6.0.20241004"
types-requests = "2.32.4.20250913"
Expand Down
4 changes: 2 additions & 2 deletions tests-simulate-prod-data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==8.3.1
python-dateutil==2.9.0.post0
python-dotenv==1.2.2
python-dotenv==1.2.3
sqlalchemy==1.4.54
psycopg2-binary==2.9.11
psycopg2-binary==2.9.12
Loading
Loading