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 Nov 20, 2023
1 parent 3bf74e5 commit a394737
Show file tree
Hide file tree
Showing 2 changed files with 1,593 additions and 985 deletions.
20 changes: 10 additions & 10 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.5"}
docopt = "0.6.2"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "0.9.3"
Expand All @@ -35,27 +35,27 @@ 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"
SQLAlchemy = "1.4.49"
SQLAlchemy = "1.4.50"
cachelib = "0.10.2"
newrelic = "6.10.0.165"
notifications-python-client = "6.4.1"
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.3"
pytest-env = "0.8.2"
pytest-mock = "3.11.1"
pytest-cov = "3.0.0"
Expand All @@ -93,12 +93,12 @@ black = "23.7.0"
locust = "2.16.1"
mypy = "1.5"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a35"
sqlalchemy2-stubs = "0.0.2a36"
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.10"
types-redis = "4.6.0.10"
Loading

0 comments on commit a394737

Please sign in to comment.