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 20, 2023
1 parent e7b803e commit 95ee3a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = "~3.10.9"
apig-wsgi = "2.18.0"
boto = "2.49.0"
cffi = "1.15.1"
celery = {extras = ["sqs"], version = "5.3.1"}
celery = {extras = ["sqs"], version = "5.3.4"}
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "0.9.3"
Expand All @@ -35,15 +35,15 @@ Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git"
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask = "2.3.3"
click-datetime = "0.2"
gevent = "23.9.0"
gevent = "23.9.1"
gunicorn = "20.1.0"
iso8601 = "2.0.0"
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.29.0"
marshmallow = "3.20.1"
python-magic = "0.4.27"
psycopg2-binary = "2.9.7"
psycopg2-binary = "2.9.9"
PyJWT = "2.8.0"
pytz = "2021.3"
PyYAML = "6.0.1"
Expand All @@ -55,7 +55,7 @@ python-dotenv = "1.0.0"
pwnedpasswords = "2.0.0"
tldextract = "3.4.4"
nanoid = "2.0.0"
unidecode = "1.3.6"
unidecode = "1.3.7"
more-itertools = "8.14.0"
# PaaS
awscli-cwlogs = "1.4.6"
Expand All @@ -76,7 +76,7 @@ flake8 = "6.1.0"
isort = "5.12.0"
moto = "4.1.11"
idna = "2.10"
pytest = "7.4.0"
pytest = "7.4.2"
pytest-env = "0.8.2"
pytest-mock = "3.11.1"
pytest-cov = "3.0.0"
Expand All @@ -95,10 +95,10 @@ mypy = "1.5"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a35"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
pytest-mock-resources = { extras = ["redis"], version = "2.9.1" }
pytest-mock-resources = { extras = ["redis"], version = "2.9.2" }
types-boto = "2.49.18.9"
types-mock = "4.0.15.2"
types-python-dateutil = "2.8.19.14"
types-pytz = "2022.7.1.2"
types-requests = "2.31.0.2"
types-redis = "4.6.0.5"
types-requests = "2.31.0.9"
types-redis = "4.6.0.7"
6 changes: 3 additions & 3 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 95ee3a4

Please sign in to comment.