Skip to content

Commit

Permalink
chg: Bump mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Oct 23, 2024
1 parent 92b8d4a commit 7bc66c6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 43 deletions.
81 changes: 41 additions & 40 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 @@ -24,7 +24,7 @@ flask-restx = "^1.3.0"
werkzeug = "^3.0.4"
gunicorn = {version = "^23.0.0", extras = ["setproctitle"]}
lacuscore = "^1.11.2"
rich = "^13.9.2"
rich = "^13.9.3"
psutil = "^6.1.0"

[tool.poetry.group.dev]
Expand All @@ -36,9 +36,9 @@ ipython = [
{version = "^8.18.0", python = ">=3.9"},
{version = "^8.19.0", python = ">=3.10"}
]
mypy = "^1.12.1"
mypy = "^1.13.0"
types-redis = "^4.6.0.20241004"
types-psutil = "^6.0.0.20241011"
types-psutil = "^6.1.0.20241022"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7bc66c6

Please sign in to comment.