Skip to content

Commit 4762700

Browse files
dependabot[bot]partheadandhlee
authored
chore(deps): bump numpy from 1.21.4 to 1.22.0 in /appengine/flexible/scipy (#8281)
* chore(deps): bump numpy in /appengine/flexible/scipy Bumps [numpy](https://github.com/numpy/numpy) from 1.21.4 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.21.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * pin numpy for python 3.7 * chore(deps): pin numpy for py2 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]> Co-authored-by: Dan Lee <[email protected]>
1 parent 2e3d511 commit 4762700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appengine/flexible/scipy/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
gunicorn==20.1.0
44
imageio==2.14.0
5-
numpy==1.21.4
5+
numpy==1.22.0; python_version > "3.7"
6+
numpy===1.21.4; python_version <= "3.7"
67
pillow==9.2.0
78
scipy==1.8.0; python_version > "3.7"
89
scipy==1.7.3; python_version <= "3.7"

0 commit comments

Comments
 (0)