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 Sep 17, 2024
1 parent fb5eac2 commit 67dc219
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 132 deletions.
16 changes: 8 additions & 8 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 @@ -45,10 +45,10 @@ python-magic = "0.4.27"
psycopg2-binary = "2.9.9"
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 @@ -97,15 +97,15 @@ rfc3987 = "1.3.8"
# used for creating manifest file locally
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
black = "23.12.1"
locust = "2.31.3"
locust = "2.31.5"
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"
types-boto = "2.49.18.20240806"
types-mock = "4.0.15.2"
types-python-dateutil = "2.9.0.20240316"
types-python-dateutil = "2.9.0.20240906"
types-pytz = "2022.7.1.2"
types-requests = "2.32.0.20240712"
types-redis = "4.6.0.20240425"
types-requests = "2.32.0.20240907"
types-redis = "4.6.0.20240903"
201 changes: 77 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 67dc219

Please sign in to comment.