@@ -28,7 +28,7 @@ celery = {extras = ["sqs"], version = "5.4.0"}
28
28
29
29
# Pinned dependencies
30
30
certifi = " ^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
31
- cffi = " 1.17.0 "
31
+ cffi = " 1.17.1 "
32
32
click-datetime = " 0.2"
33
33
docopt = " 0.6.2"
34
34
environs = " 9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
@@ -56,15 +56,15 @@ newrelic = "10.3.0"
56
56
notifications-python-client = " 6.4.1"
57
57
notifications-utils = { git = " https://github.com/cds-snc/notifier-utils.git" , tag = " 53.2.0" }
58
58
pre-commit = " ^3.7.1"
59
- psycopg2-binary = " 2.9.9 "
59
+ psycopg2-binary = " 2.9.10 "
60
60
pwnedpasswords = " 2.0.0"
61
61
PyJWT = " 2.9.0"
62
62
python-dotenv = " 1.0.1"
63
63
python-magic = " 0.4.27"
64
64
pytz = " 2021.3"
65
- PyYAML = " 6.0.1 "
65
+ PyYAML = " 6.0.2 "
66
66
simple-salesforce = " ^1.12.3"
67
- SQLAlchemy = " 1.4.52 "
67
+ SQLAlchemy = " 1.4.54 "
68
68
tldextract = " 3.5.0"
69
69
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
70
70
typing-extensions = " 4.12.2"
@@ -88,22 +88,22 @@ pytest = "7.4.4"
88
88
pytest-cov = " 3.0.0"
89
89
pytest-env = " 0.8.2"
90
90
pytest-mock = " 3.14.0"
91
- pytest-mock-resources = { extras = [" redis" ], version = " 2.12.0 " }
91
+ pytest-mock-resources = { extras = [" redis" ], version = " 2.12.2 " }
92
92
pytest-xdist = " 2.5.0"
93
93
requests-mock = " 1.12.1"
94
94
rfc3987 = " 1.3.8"
95
95
ruff = " ^0.8.2"
96
- snakeviz = " 2.2.0 "
96
+ snakeviz = " 2.2.2 "
97
97
sqlalchemy-stubs = " 0.4"
98
98
sqlalchemy2-stubs = " 0.0.2a38" # not directly required, pinned by Snyk to avoid a vulnerability
99
99
# optional requirements for jsonschema
100
100
strict-rfc3339 = " 0.7"
101
- types-boto = " 2.49.18.9 "
101
+ types-boto = " 2.49.18.20241019 "
102
102
types-mock = " 4.0.15.2"
103
- types-python-dateutil = " 2.9.0.20240316 "
103
+ types-python-dateutil = " 2.9.0.20241206 "
104
104
types-pytz = " 2022.7.1.2"
105
- types-redis = " 4.6.0.20240425 "
106
- types-requests = " 2.32.0.20240712 "
105
+ types-redis = " 4.6.0.20241004 "
106
+ types-requests = " 2.32.0.20250328 "
107
107
108
108
109
109
[tool .ruff ]
0 commit comments