8000 chore(deps): bump numpy from 1.21.4 to 1.22.0 in /appengine/flexible/… · jonasthomaz/python-docs-samples@ed84ed8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed84ed8

Browse files
chore(deps): bump numpy from 1.21.4 to 1.22.0 in /appengine/flexible/numpy (GoogleCloudPlatform#8278)
* chore(deps): bump numpy in /appengine/flexible/numpy 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] <support@github.com> * Fix: 3.7 needs older version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Charles Engelke <engelke@google.com>
1 parent d05ff35 commit ed84ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.1.0; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
gunicorn==20.1.0
4-
numpy==1.21.4; python_version >= '3.7'
5-
numpy==1.19.5; python_version < '3.7'
4+
numpy==1.22.0; python_version > '3.7'
5+
numpy==1.19.5; python_version <= '3.7'
66

0 commit comments

Comments
 (0)
0