Skip to content

Commit

Permalink
🔧 chore(pyproject.toml): update black, mypy, pytest, types-requests, …
Browse files Browse the repository at this point in the history
…requests, and pytest-cov dependencies to their latest versions for better compatibility and functionality
  • Loading branch information
ogabrielluiz committed Nov 3, 2023
1 parent 8887b5c commit 12cc665
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ qianfan = "0.0.5"

[tool.poetry.group.dev.dependencies]
types-redis = "^4.6.0.5"
black = "^23.1.0"
black = "^23.10.0"
ipykernel = "^6.21.2"
mypy = "^1.1.1"
mypy = "^1.6.1"
ruff = "^0.0.254"
httpx = "*"
pytest = "^7.2.2"
types-requests = "^2.28.11"
requests = "^2.28.0"
pytest-cov = "^4.0.0"
pytest = "^7.4.2"
types-requests = "^2.31.0"
requests = "^2.31.0"
pytest-cov = "^4.1.0"
pandas-stubs = "^2.0.0.230412"
types-pillow = "^9.5.0.2"
types-appdirs = "^1.4.3.5"
Expand Down

0 comments on commit 12cc665

Please sign in to comment.