Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
Rafiot committed Aug 7, 2024
1 parent 2e74970 commit 83db1d6
Showing 2 changed files with 447 additions and 428 deletions.
867 changes: 443 additions & 424 deletions poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ start_website = "bin.start_website:main"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.32.3"
redis = {version = "^5.0.7", extras = ["hiredis"]}
redis = {version = "^5.0.8", extras = ["hiredis"]}
werkzeug = "^3.0.3"
flask-restx = "^1.3.0"
gunicorn = "^22.0.0"
@@ -29,9 +29,9 @@ ipython = [
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
mypy = "^1.10.1"
types-redis = "^4.6.0.20240425"
types-requests = "^2.32.0.20240622"
mypy = "^1.11.1"
types-redis = "^4.6.0.20240806"
types-requests = "^2.32.0.20240712"
pytest-cov = "^5.0.0"

[build-system]

0 comments on commit 83db1d6

Please sign in to comment.