Skip to content

Commit

Permalink
Bump the production-group group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-group group with 2 updates: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [scipy](https://github.com/scipy/scipy).


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

Updates `scipy` from 1.10.1 to 1.14.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.10.1...v1.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 8671da1 commit fc5b677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ pytest==8.3.2
# pytest-asyncio
# pytest-custom-exit-code
# pytest-timeout
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
# via -r requirements.in
pytest-custom-exit-code==0.3.0
# via -r requirements.in
pytest-timeout==2.3.1
# via -r requirements.in
scipy==1.14.0
scipy==1.14.1
# via -r requirements.in
4 changes: 2 additions & 2 deletions requirements-readthedocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ pytest==8.3.2
# pytest-asyncio
# pytest-custom-exit-code
# pytest-timeout
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
# via -r requirements-3.12.txt
pytest-custom-exit-code==0.3.0
# via -r requirements-3.12.txt
pytest-timeout==2.3.1
# via -r requirements-3.12.txt
requests==2.32.3
# via sphinx
scipy==1.14.0
scipy==1.14.1
# via -r requirements-3.12.txt
snowballstemmer==2.2.0
# via sphinx
Expand Down

0 comments on commit fc5b677

Please sign in to comment.