Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent cf18c51 commit 000c762
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 @@ -7,16 +7,16 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
flask = "^2.0.0"
flask = "^3.0.0"
gunicorn = "^20.0.4"

[tool.poetry.group.dev.dependencies]
pytest-bdd = "^6.1.1"
pytest-bdd = "^8.0.0"
pytest-xdist = "^3.3.1"
pytest-cov = "^4.1.0"
pytest = "^7.0.0"
pytest-cov = "^6.0.0"
pytest = "^8.0.0"
mypy = "^1.3.0"
pre-commit = "^3.3.2"
pre-commit = "^4.0.0"

[build-system]
requires = ["poetry>=1.0.0"]
Expand Down

0 comments on commit 000c762

Please sign in to comment.