Skip to content

Commit

Permalink
Merge pull request #406 from Atem18/dependabot/pip/pytest-asyncio-0.23.6
Browse files Browse the repository at this point in the history
chore(deps): bump pytest-asyncio from 0.23.5.post1 to 0.23.6
  • Loading branch information
Atem18 committed Apr 16, 2024
2 parents 4dcac70 + f7e49d0 commit 5f1adf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ doc = [
"mkdocstrings-python == 1.8.0",
]

test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.5.post1", "tox == 4.12.1"]
test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.6", "tox == 4.12.1"]

build = ["hatch == 1.9.3"]

Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pytest==8.1.1
# via
# kraky (pyproject.toml)
# pytest-asyncio
pytest-asyncio==0.23.5.post1
pytest-asyncio==0.23.6
# via kraky (pyproject.toml)
python-dotenv==1.0.1
# via kraky (pyproject.toml)
Expand Down

0 comments on commit 5f1adf4

Please sign in to comment.