Skip to content

Commit

Permalink
Merge 09e4b87 into df10c54
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
2 parents df10c54 + 09e4b87 commit 8773a62
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 @@ -10,7 +10,7 @@ repository = "https://github.com/sivakov512/pytest-aiohttp-client"

[tool.poetry.dependencies]
python = "^3.9"
pytest = {version = "^7.2.0", optional = true}
pytest = {version = "^8.0.0", optional = true}
aiohttp = "^3.8.3"

[tool.poetry.plugins.pytest11]
Expand All @@ -25,7 +25,7 @@ flake8-pytest-style = "^1.6.0"
flake8-quotes = "^3.3.2"
isort = "^5.11.4"
mypy = "^1.0.0"
pytest = "^7.2.0"
pytest = "^8.0.0"
pytest-deadfixtures = "^2.2.1"
flake8-black = "^0.3.6"
black = "^24.0.0"
Expand Down

0 comments on commit 8773a62

Please sign in to comment.