Skip to content

Commit 717b46e

Browse files
fix(deps): update all minor dependencies
1 parent 659b67a commit 717b46e

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
1+
FROM mcr.microsoft.com/vscode/devcontainers/python:3.13
22

33
ARG KUBENS_VERSION="0.9.4"
44
ENV POETRY_VERSION="1.7.1"

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,59 +15,59 @@ requires = ["poetry-core>=1.7.1"]
1515
build-backend = "poetry.core.masonry.api"
1616

1717
[tool.poetry.dependencies]
18-
python = "~3.12.7"
19-
apig-wsgi = "2.18.0"
18+
python = "~3.13.0"
19+
apig-wsgi = "2.19.0"
2020
aws-embedded-metrics = "1.0.8"
2121
# PaaS
2222
awscli-cwlogs = "1.4.6"
2323
aws-xray-sdk = "2.14.0"
2424
boto = "2.49.0"
2525

26-
cachelib = "0.12.0"
27-
celery = {extras = ["sqs"], version = "5.4.0"}
26+
cachelib = "0.13.0"
27+
celery = {extras = ["sqs"], version = "5.5.1"}
2828

2929
# Pinned dependencies
3030
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
3131
cffi = "1.17.0"
32-
click-datetime = "0.2"
32+
click-datetime = "0.4.0"
3333
docopt = "0.6.2"
3434
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
3535
fido2 = "0.9.3"
3636
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
3737
Flask = "2.3.3"
3838
Flask-Bcrypt = "1.0.1"
39-
flask-marshmallow = "0.14.0"
39+
flask-marshmallow = "0.15.0"
4040
Flask-Migrate = "2.7.0"
4141
Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git", rev = "500e732dd1b975a56ab06a46bd1a20a21e682262" }
4242
gevent = "23.9.1"
43-
greenlet = "3.1.1"
43+
greenlet = "3.2.0"
4444

4545
gunicorn = "20.1.0"
4646
iso8601 = "2.1.0"
4747
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
4848
itsdangerous = "2.2.0"
4949
jsonschema = "3.2.0"
5050
MarkupSafe = "2.1.5"
51-
marshmallow = "3.22.0"
51+
marshmallow = "3.26.1"
5252
marshmallow-sqlalchemy = "0.30.0"
5353
more-itertools = "8.14.0"
5454
nanoid = "2.0.0"
55-
newrelic = "10.3.0"
55+
newrelic = "10.9.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"
5959
psycopg2-binary = "2.9.9"
6060
pwnedpasswords = "2.0.0"
61-
PyJWT = "2.9.0"
62-
python-dotenv = "1.0.1"
61+
PyJWT = "2.10.1"
62+
python-dotenv = "1.1.0"
6363
python-magic = "0.4.27"
6464
pytz = "2021.3"
6565
PyYAML = "6.0.1"
6666
simple-salesforce = "^1.12.3"
6767
SQLAlchemy = "1.4.52"
6868
tldextract = "3.5.0"
6969
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
70-
typing-extensions = "4.12.2"
70+
typing-extensions = "4.13.2"
7171
unidecode = "1.3.8"
7272
# Putting upgrade on hold due to new version introducing breaking changes
7373
Werkzeug = "3.0.4"
@@ -80,7 +80,7 @@ freezegun = "1.5.1"
8080
gprof2dot = "2024.6.6"
8181
# used for creating manifest file locally
8282
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
83-
locust = "2.31.3"
83+
locust = "2.34.1"
8484
moto = "4.2.14"
8585
mypy = "1.5"
8686
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
@@ -92,7 +92,7 @@ pytest-mock-resources = { extras = ["redis"], version = "2.12.0" }
9292
pytest-xdist = "2.5.0"
9393
requests-mock = "1.12.1"
9494
rfc3987 = "1.3.8"
95-
ruff = "^0.8.2"
95+
ruff = "^0.11.0"
9696
snakeviz = "2.2.0"
9797
sqlalchemy-stubs = "0.4"
9898
sqlalchemy2-stubs = "0.0.2a38" # not directly required, pinned by Snyk to avoid a vulnerability

tests_cypress/package-lock.json

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)