Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 4, 2023
1 parent 722f8db commit 237affb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ boto = "2.49.0"
cffi = "1.15.1"
celery = {extras = ["sqs"], version = "5.2.7"}
docopt = "0.6.2"
environs = "9.3.2" # pyup: <9.3.3 # marshmallow v3 throws errors"
environs = "9.5.0" # pyup: <9.3.3 # marshmallow v3 throws errors"
fido2 = "0.9.3"
Flask-Bcrypt = "1.0.1"
flask-marshmallow = "0.14.0"
flask-marshmallow = "0.15.0"
Flask-Migrate = "2.7.0"
Flask-SQLAlchemy = { git = "https://github.com/pallets-eco/flask-sqlalchemy.git", rev = "500e732dd1b975a56ab06a46bd1a20a21e682262"}
#git+https://github.com/mitsuhiko/flask-sqlalchemy.git@500e732dd1b975a56ab06a46bd1a20a21e682262#egg=Flask-SQLAlchemy==2.3.2.dev20190108
Flask = "2.2.3"
Flask = "2.3.1"
click-datetime = "0.2"
gevent = "22.10.2"
gunicorn = "20.1.0"
iso8601 = "0.1.16"
idna = "2.10" # pinned to align with test moto dependency requirements (for <=2.9)
jsonschema = "3.2.0"
marshmallow-sqlalchemy = "0.23.1"
marshmallow-sqlalchemy = "0.29.0"
marshmallow = "2.21.0"
python-magic = "0.4.27"
psycopg2-binary = "2.9.6"
Expand All @@ -61,7 +61,7 @@ more-itertools = "8.14.0"
awscli-cwlogs = "1.4.6"
aws-embedded-metrics = "1.0.8"
# Putting upgrade on hold due to new version introducing breaking changes
Werkzeug = "2.2.3"
Werkzeug = "2.3.0"
MarkupSafe = "2.1.2"
# REVIEW: v2 is using sha512 instead of sha1 by default (in v1)
itsdangerous = "2.1.2"
Expand All @@ -77,7 +77,7 @@ flake8 = "4.0.1"
isort = "5.12.0"
moto = "4.1.8"
idna = "2.10"
pytest = "7.2.2"
pytest = "7.3.1"
pytest-env = "0.8.1"
pytest-mock = "3.10.0"
pytest-cov = "3.0.0"
Expand All @@ -92,7 +92,7 @@ rfc3987 = "1.3.8"
jinja2-cli = { extras = ["yaml"], version = "0.8.2" }
black = "22.12.0"
locust = "2.15.1"
mypy = "0.812"
mypy = "0.991"
sqlalchemy-stubs = "0.4"
sqlalchemy2-stubs = "0.0.2a34"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 237affb

Please sign in to comment.