Skip to content

Commit

Permalink
chore(deps): update dependency pytest to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent c8f9e71 commit 022f1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aiolimiter = "^1.0.0"
emojiflags = "^0.1.1"
orjson = "^3.8.3"
pydantic = "^2.0.3"
pytest = { version = "^7.2.0", optional = true }
pytest = { version = "^8.0.0", optional = true }
pytest-asyncio = { version = "^0.23.0", optional = true }
pytest-mock = { version = "^3.10.0", optional = true }
toml = { version = "^0.10.2", optional = true }
Expand All @@ -45,7 +45,7 @@ types-toml = { version = "^0.10.8.1", optional = true }
pyjwt = "^2.6.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest = "^8.0.0"
pytest-asyncio = "^0.23.0"
pytest-mock = "^3.10.0"
mypy = "^1.0"
Expand Down

0 comments on commit 022f1fa

Please sign in to comment.