Skip to content

Commit

Permalink
Bump numpy from 2.2.2 to 2.2.3
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 5a47f6e commit 2bfe2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
'dill==0.3.9',
'lark==1.2.2',
'loguru==0.7.3',
'numpy==2.2.2',
'numpy==2.2.3',
'palettable==3.3.3',
'pandas==2.2.3',
'pathos==0.3.3',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dill==0.3.9
lark==1.2.2
loguru==0.7.3
numpy==2.2.2
numpy==2.2.3
palettable==3.3.3
pandas==2.2.3
pathos==0.3.3
Expand Down

0 comments on commit 2bfe2cc

Please sign in to comment.