Skip to content

Commit

Permalink
Bump numpy from 1.22.2 to 1.22.3 (#45)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.2 to 1.22.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.22.2...v1.22.3)

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

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] committed Mar 16, 2022
1 parent 068afc4 commit 982fe01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.2; python_version >= '3.8'
numpy==1.22.3; python_version >= '3.8'
numpy==1.21.4; python_version < '3.8'
matplotlib==3.5.1
pandas==1.3.5; python_version < '3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.2; python_version >= '3.8'
numpy==1.22.3; python_version >= '3.8'
numpy==1.21.4; python_version < '3.8'
pandas==1.3.5; python_version < '3.8'
pandas==1.4.1; python_version >= '3.8'
Expand Down

0 comments on commit 982fe01

Please sign in to comment.