Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Jul 2, 2023
1 parent f6223b1 commit d071351
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ github_importer = "bin.github:main"

[tool.poetry.dependencies]
python = "^3.10"
redis = {version = "^4.5.5", extras = ["hiredis"]}
redis = {version = "^4.6.0", extras = ["hiredis"]}
flask-restx = "^1.1.0"
werkzeug = "^2.3.6"
gunicorn = "^20.1.0"
Expand All @@ -28,8 +28,8 @@ gitpython = "^3.1.31"

[tool.poetry.dev-dependencies]
ipython = "^8.14.0"
mypy = "^1.4.0"
types-redis = "^4.5.5.2"
mypy = "^1.4.1"
types-redis = "^4.6.0.1"

[tool.poetry.group.dev.dependencies]
types-requests = "^2.30.0.0"
Expand Down

0 comments on commit d071351

Please sign in to comment.