Skip to content

Commit

Permalink
Bump numpy from 2.1.2 to 2.2.1 in /src (#475)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 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@v2.1.2...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 2f68047 commit 350b20c
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 57 deletions.
114 changes: 58 additions & 56 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.12.0,<3.13"
opencv-python = "^4.9.0"
numpy = "^2.1.2"
numpy = "^2.2.1"
pysimplegui = "^4.0.0"
pymemuc = "^0.6.0"
psutil = "^6.1.0"
Expand Down

0 comments on commit 350b20c

Please sign in to comment.