Skip to content

Commit

Permalink
Bump numpy from 1.13.1 to 1.22.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](numpy/numpy@v1.13.1...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 21, 2022
1 parent 00051ab commit 23cb212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ flake8==3.4.1
tox==2.7.0
coverage==4.4.1
Sphinx==1.6.3
numpy==1.13.1
numpy==1.22.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

requirements = [
# TODO: put package requirements here
'numpy==1.13.1'
'numpy==1.22.0'
]

setup_requirements = [
Expand All @@ -22,7 +22,7 @@

test_requirements = [
# TODO: put package test requirements here
'numpy==1.13.1'
'numpy==1.22.0'
]

setup(
Expand Down

0 comments on commit 23cb212

Please sign in to comment.