Skip to content

Commit b2aca7e

Browse files
build(deps-dev): bump pytest-asyncio from 1.3.0 to 1.4.0 in the development-minor-patch group (#44)
* build(deps-dev): bump pytest-asyncio Bumps the development-minor-patch group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: refresh dev dependency lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Haas <jonathan@haas.holdings>
1 parent e1e48ad commit b2aca7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pygments==2.20.0
8585
pyjwt==2.12.1
8686
pymdown-extensions==10.21.2
8787
pytest==9.0.3
88-
pytest-asyncio==1.3.0
88+
pytest-asyncio==1.4.0
8989
pytest-cov==7.1.0
9090
python-dateutil==2.9.0.post0
9191
python-discovery==1.3.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Testing
55
pytest==9.0.3
66
pytest-cov==7.1.0
7-
pytest-asyncio==1.3.0
7+
pytest-asyncio==1.4.0
88

99
# Code quality
1010
black==26.5.1

0 commit comments

Comments
 (0)