Skip to content

Commit

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

Updates `fastcs` to 0.7.0
- [Release notes](https://github.com/DiamondLightSource/FastCS/releases)
- [Commits](DiamondLightSource/FastCS@0.6.0...0.7.0)

Updates `numpy` to 2.1.2
- [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.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent dd73c61 commit 0e1ca11
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 @@ -13,9 +13,9 @@ classifiers = [
]
description = "A softioc to control a PandABlocks-FPGA."
dependencies = [
"fastcs~=0.6.0",
"fastcs~=0.7.0",
"pandablocks~=0.10.0",
"numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
"numpy<3", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
"pydantic>2",
"h5py",
]
Expand Down

0 comments on commit 0e1ca11

Please sign in to comment.