Skip to content

Commit f439275

Browse files
fix(deps): update all patch dependencies
1 parent 97a5d33 commit f439275

File tree

2 files changed

+67
-87
lines changed

2 files changed

+67
-87
lines changed

pyproject.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ celery = {extras = ["sqs"], version = "5.4.0"}
2828

2929
# Pinned dependencies
3030
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"
3232
click-datetime = "0.2"
3333
docopt = "0.6.2"
3434
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
@@ -56,15 +56,15 @@ newrelic = "10.3.0"
5656
notifications-python-client = "6.4.1"
5757
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.2.0" }
5858
pre-commit = "^3.7.1"
59-
psycopg2-binary = "2.9.9"
59+
psycopg2-binary = "2.9.10"
6060
pwnedpasswords = "2.0.0"
6161
PyJWT = "2.9.0"
6262
python-dotenv = "1.0.1"
6363
python-magic = "0.4.27"
6464
pytz = "2021.3"
65-
PyYAML = "6.0.1"
65+
PyYAML = "6.0.2"
6666
simple-salesforce = "^1.12.3"
67-
SQLAlchemy = "1.4.52"
67+
SQLAlchemy = "1.4.54"
6868
tldextract = "3.5.0"
6969
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
7070
typing-extensions = "4.12.2"
@@ -88,22 +88,22 @@ pytest = "7.4.4"
8888
pytest-cov = "3.0.0"
8989
pytest-env = "0.8.2"
9090
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" }
9292
pytest-xdist = "2.5.0"
9393
requests-mock = "1.12.1"
9494
rfc3987 = "1.3.8"
9595
ruff = "^0.8.2"
96-
snakeviz = "2.2.0"
96+
snakeviz = "2.2.2"
9797
sqlalchemy-stubs = "0.4"
9898
sqlalchemy2-stubs = "0.0.2a38" # not directly required, pinned by Snyk to avoid a vulnerability
9999
# optional requirements for jsonschema
100100
strict-rfc3339 = "0.7"
101-
types-boto = "2.49.18.9"
101+
types-boto = "2.49.18.20241019"
102102
types-mock = "4.0.15.2"
103-
types-python-dateutil = "2.9.0.20240316"
103+
types-python-dateutil = "2.9.0.20241206"
104104
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"
107107

108108

109109
[tool.ruff]

tests_cypress/package-lock.json

+57-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)