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
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,36 @@ requires = ["poetry-core>=1.7.1"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.12.7"
apig-wsgi = "2.18.0"
python = "~3.14.0"
apig-wsgi = "2.20.0"
aws-embedded-metrics = "1.0.8"
aws-xray-sdk = "2.14.0"
aws-xray-sdk = "2.15.0"
# PaaS
awscli-cwlogs = "1.4.6"
boto = "2.49.0"

cachelib = "0.12.0"
celery = {extras = ["sqs"], version = "5.4.0"}
cachelib = "0.13.0"
celery = {extras = ["sqs"], version = "5.6.1"}

# Pinned dependencies
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
cffi = "1.17.1"
click-datetime = "0.2"
click-datetime = "0.4.0"
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "1.2.0"
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask = "2.3.3"
Flask-Bcrypt = "1.0.1"
flask-marshmallow = "0.14.0"
flask-marshmallow = "0.15.0"
Flask-Migrate = "2.7.0"
Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git", rev = "500e732dd1b975a56ab06a46bd1a20a21e682262" }
gevent = "23.9.1"
greenlet = "3.1.1"
greenlet = "3.3.0"

gunicorn = "23.0.0"
# Pinned dependencies
idna = "3.7" # pinned to align with test moto dependency requirements (for <=2.9)
idna = "3.11" # pinned to align with test moto dependency requirements (for <=2.9)
iso8601 = "2.1.0"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
itsdangerous = "2.2.0"
Expand All @@ -54,15 +54,15 @@ marshmallow = "3.22.0"
marshmallow-sqlalchemy = "0.30.0"
more-itertools = "8.14.0"
nanoid = "2.0.0"
newrelic = "11.0.0"
newrelic = "11.2.0"
notifications-python-client = "6.4.1"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "53.2.12" }
pre-commit = "^3.7.1"
psycopg2-binary = "2.9.11"
pwnedpasswords = "2.0.0"
pyairtable = "^3.3.0"
PyJWT = "2.9.0"
python-dotenv = "1.0.1"
PyJWT = "2.10.1"
python-dotenv = "1.2.1"
python-magic = "0.4.27"
pytz = "2021.3"
PyYAML = "6.0.3"
Expand All @@ -71,8 +71,8 @@ SQLAlchemy = "1.4.54"
tldextract = "3.5.0"
types-psycopg2 = "^2.9.21.20250516"
# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.12.2"
unidecode = "1.3.8"
typing-extensions = "4.15.0"
unidecode = "1.4.0"
# Putting upgrade on hold due to new version introducing breaking changes
Werkzeug = "3.0.6"

Expand All @@ -82,19 +82,19 @@ freezegun = "1.5.5"
gprof2dot = "2024.6.6"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
locust = "2.31.3"
locust = "2.43.0"
moto = "4.2.14"
mypy = "1.5"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
pytest = "7.4.4"
pytest-cov = "3.0.0"
pytest-env = "0.8.2"
pytest-mock = "3.14.0"
pytest-mock = "3.15.1"
pytest-mock-resources = { extras = ["redis"], version = "2.12.4" }
pytest-xdist = "2.5.0"
requests-mock = "1.12.1"
rfc3987 = "1.3.8"
ruff = "^0.8.2"
ruff = "^0.14.0"
snakeviz = "2.2.2"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a38" # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down
86 changes: 52 additions & 34 deletions tests_cypress/package-lock.json

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

Loading