Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent fb5eac2 commit 4908299
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 130 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = ["poetry>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.12.0"
apig-wsgi = "2.18.0"
boto = "2.49.0"
cffi = "1.17.0"
Expand All @@ -33,23 +33,23 @@ Flask-Migrate = "2.7.0"
Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git", rev = "500e732dd1b975a56ab06a46bd1a20a21e682262"}
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask = "2.3.3"
click-datetime = "0.2"
click-datetime = "0.4.0"
gevent = "23.9.1"

gunicorn = "20.1.0"
iso8601 = "2.1.0"
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow = "3.21.0"
marshmallow = "3.22.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
PyJWT = "2.9.0"
pytz = "2021.3"
PyYAML = "6.0.1"

cachelib = "0.12.0"
cachelib = "0.13.0"
SQLAlchemy = "1.4.52"
newrelic = "8.10.0"
newrelic = "8.11.0"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.1"
pwnedpasswords = "2.0.0"
Expand All @@ -75,7 +75,7 @@ simple-salesforce = "^1.12.3"
# Pinned dependencies
certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-api/security/dependabot/119
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
flask-marshmallow = "0.14.0"
flask-marshmallow = "0.15.0"
aws-xray-sdk = "2.14.0"

[tool.poetry.group.test.dependencies]
Expand Down
196 changes: 72 additions & 124 deletions tests_cypress/package-lock.json

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

0 comments on commit 4908299

Please sign in to comment.