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] committed May 1, 2023
1 parent db2f531 commit 022c616
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ 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
Expand All @@ -40,7 +40,7 @@ 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 Down Expand Up @@ -77,7 +77,7 @@ flake8 = "4.0.1"
isort = "5.12.0"
moto = "4.1.6"
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.2a33"
networkx = "2.8.8" # not directly required, pinned by Snyk to avoid a vulnerability
Expand Down

0 comments on commit 022c616

Please sign in to comment.