Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Apr 17, 2024
1 parent 5b32556 commit c8a43ba
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 52 deletions.
125 changes: 77 additions & 48 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 @@ -18,9 +18,9 @@ start_website = "bin.start_website:main"
python = "^3.8"
requests = "^2.31.0"
redis = {version = "^5.0.3", extras = ["hiredis"]}
werkzeug = "^3.0.1"
werkzeug = "^3.0.2"
flask-restx = "^1.3.0"
gunicorn = "^21.2.0"
gunicorn = "^22.0.0"
pyphishtanklookup = "^1.3.2"

[tool.poetry.dev-dependencies]
Expand All @@ -30,8 +30,8 @@ ipython = [
{version = "^8.19.0", python = ">=3.10"}
]
mypy = "^1.9.0"
types-redis = "^4.6.0.20240311"
types-requests = "^2.31.0.20240311"
types-redis = "^4.6.0.20240417"
types-requests = "^2.31.0.20240406"
pytest-cov = "^5.0.0"

[build-system]
Expand Down

0 comments on commit c8a43ba

Please sign in to comment.