Skip to content

Commit

Permalink
build: bump pytest-asyncio from 0.24.0 to 0.25.3 in /ClientAdvisor/App
Browse files Browse the repository at this point in the history
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent d9a8fa0 commit ca5ca11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ flake8==7.1.1
black==24.8.0
autoflake==2.3.1
isort==5.13.2
pytest-asyncio==0.24.0
pytest-asyncio==0.25.3
pytest-cov==5.0.0
2 changes: 1 addition & 1 deletion ClientAdvisor/App/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ isort==5.13.2

# Testing tools
pytest>=8.2,<9 # Compatible version for pytest-asyncio
pytest-asyncio==0.24.0
pytest-asyncio==0.25.3
pytest-cov==5.0.0

0 comments on commit ca5ca11

Please sign in to comment.