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 Feb 17, 2024
1 parent cf18c51 commit 9ff072f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 65 deletions.
134 changes: 73 additions & 61 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ license = "MIT"

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

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

Expand Down

0 comments on commit 9ff072f

Please sign in to comment.