Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent bb59355 commit 7108e1f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 117 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api"
python = "~3.10.9"
apig-wsgi = "2.18.0"
boto = "2.49.0"
cffi = "1.17.0"
cffi = "1.17.1"
celery = {extras = ["sqs"], version = "5.4.0"}
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
Expand All @@ -42,13 +42,13 @@ jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.30.0"
marshmallow = "3.22.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
psycopg2-binary = "2.9.10"
PyJWT = "2.9.0"
pytz = "2021.3"
PyYAML = "6.0.1"
PyYAML = "6.0.2"

cachelib = "0.12.0"
SQLAlchemy = "1.4.52"
SQLAlchemy = "1.4.54"
newrelic = "8.10.0"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.1"
Expand Down Expand Up @@ -102,10 +102,10 @@ 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.12.0" }
types-boto = "2.49.18.9"
pytest-mock-resources = { extras = ["redis"], version = "2.12.1" }
types-boto = "2.49.18.20241019"
types-mock = "4.0.15.2"
types-python-dateutil = "2.9.0.20240316"
types-python-dateutil = "2.9.0.20241003"
types-pytz = "2022.7.1.2"
types-requests = "2.32.0.20240712"
types-redis = "4.6.0.20240425"
types-requests = "2.32.0.20241016"
types-redis = "4.6.0.20241004"
147 changes: 39 additions & 108 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 7108e1f

Please sign in to comment.