Skip to content

Commit

Permalink
Bump pytest-asyncio in /server in the pytest group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the pytest group with 1 update in the /server directory: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio).


Updates `pytest-asyncio` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pytest
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mmmarcos committed Dec 16, 2024
1 parent 271097e commit d3505ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ poetry-lock-package = ">=0.4.4,<0.6.0"
psutil = ">=5.9,<7.0"
pyright = "^1.1.353"
pytest = ">=7,<9"
pytest-asyncio = ">=0.21.1,<0.25.0"
pytest-asyncio = ">=0.21.1,<0.26.0"
pytest-cov = ">=4,<7"
pytest-rerunfailures = ">=10.2,<16.0"
pytest-timeout = "^2.2.0"
Expand Down

0 comments on commit d3505ad

Please sign in to comment.