Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [numpy](https://github.com/numpy/numpy) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.

Updates `numpy` to 2.2.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v2.2.1)

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

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 4d6eea0 commit c51c906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
description = "Create an IOC from a PandA"
dependencies = [
"setuptools>=64",
"numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
"numpy<3", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
"click",
"h5py",
"softioc>=4.4.0",
Expand All @@ -40,7 +40,7 @@ dev = [
"p4p",
"pydata-sphinx-theme>=0.12",
"pytest>=8.2.0",
"pytest-asyncio~=0.21.2", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84
"pytest-asyncio>=0.21.2,<0.26.0", # https://github.com/PandABlocks/PandABlocks-ioc/issues/84
"pytest-cov",
"ruff",
"sphinx-autobuild",
Expand Down

0 comments on commit c51c906

Please sign in to comment.