Skip to content

Commit

Permalink
chore(deps): bump pytest-asyncio from 0.23.5.post1 to 0.23.6
Browse files Browse the repository at this point in the history
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5.post1 to 0.23.6.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.5.post1...v0.23.6)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 4dcac70 commit f7e49d0
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 f7e49d0

Please sign in to comment.