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 Jul 8, 2024
1 parent 45442d0 commit b132358
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 156 deletions.
26 changes: 13 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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.16.0"
celery = {extras = ["sqs"], version = "5.3.6"}
celery = {extras = ["sqs"], version = "5.4.0"}
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "0.9.3"
Expand All @@ -39,15 +39,15 @@ gevent = "23.9.1"
gunicorn = "20.1.0"
iso8601 = "2.1.0"
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.29.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow = "3.21.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
PyJWT = "2.8.0"
pytz = "2021.3"
PyYAML = "6.0.1"

cachelib = "0.12.0"
cachelib = "0.13.0"
SQLAlchemy = "1.4.52"
newrelic = "6.10.0.165"
notifications-python-client = "6.4.1"
Expand All @@ -68,14 +68,14 @@ itsdangerous = "2.2.0"
notifications-utils = { git = "https://github.com/cds-snc/notifier-utils.git", tag = "52.2.7" }

# rsa = "4.9 # awscli 1.22.38 depends on rsa<4.8
typing-extensions = "4.10.0"
typing-extensions = "4.12.2"
greenlet = "2.0.2"
simple-salesforce = "^1.12.3"

# Pinned dependencies
certifi = "^2023.7.22" # 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"

[tool.poetry.group.test.dependencies]
flake8 = "6.1.0"
Expand All @@ -84,27 +84,27 @@ moto = "4.2.14"
idna = "2.10"
pytest = "7.4.4"
pytest-env = "0.8.2"
pytest-mock = "3.12.0"
pytest-mock = "3.14.0"
pytest-cov = "3.0.0"
coveralls = "3.3.1"
pytest-xdist = "2.5.0"
freezegun = "1.4.0"
requests-mock = "1.11.0"
freezegun = "1.5.1"
requests-mock = "1.12.1"
# optional requirements for jsonschema
strict-rfc3339 = "0.7"
rfc3987 = "1.3.8"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
black = "23.12.1"
locust = "2.23.1"
locust = "2.29.1"
mypy = "1.5"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a38"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
pytest-mock-resources = { extras = ["redis"], version = "2.10.0" }
pytest-mock-resources = { extras = ["redis"], version = "2.12.0" }
types-boto = "2.49.18.9"
types-mock = "4.0.15.2"
types-python-dateutil = "2.8.19.20240106"
types-python-dateutil = "2.9.0.20240316"
types-pytz = "2022.7.1.2"
types-requests = "2.31.0.20240406"
types-requests = "2.32.0.20240622"
types-redis = "4.6.0.20240425"
Loading

0 comments on commit b132358

Please sign in to comment.