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 Jun 30, 2023
1 parent e937e8d commit c4fcdad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10"
Flask = "2.2.3"
Flask = "2.3.2"
Flask-Env = "2.0.0"

python-dotenv = "0.21.0"
Expand All @@ -41,15 +41,15 @@ pycryptodome = "*"
black = "23.3.0"
flake8 = "6.0.0"
freezegun = "1.2.2"
mypy = "1.0.1"
mypy = "1.4.0"

pytest = "7.2.0"
pytest = "7.4.0"
pytest-env = "0.8.1"
pytest-mock = "3.10.0"
pytest-mock = "3.11.1"
pytest-cov = "3.0.0"

requests-mock = "1.10.0"
types-requests = "2.28.11"
requests-mock = "1.11.0"
types-requests = "2.31.0.1"

coveralls = "1.11.1"

Expand Down

0 comments on commit c4fcdad

Please sign in to comment.