Skip to content

Commit 792e430

Browse files
renovate-botkweinmeisterleahecole
authored
chore(deps): update dependency scipy to v1.10.1 (#9633)
* chore(deps): update dependency scipy to v1.10.1 * Update requirements.txt * Update requirements.txt * Update composer/workflows/requirements.txt --------- Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com> Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 31a99e8 commit 792e430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ imageio==2.14.0
55
numpy==1.24.2; python_version > "3.7"
66
numpy==1.21.6; python_version <= "3.7"
77
pillow==9.2.0
8-
scipy==1.10.0; python_version > "3.7"
8+
scipy==1.10.1; python_version > "3.7"
99
scipy==1.7.3; python_version <= "3.7"

appengine/flexible_python37_and_earlier/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ imageio==2.14.0
55
numpy==1.24.2; python_version > "3.7"
66
numpy==1.21.6; python_version <= "3.7"
77
pillow==9.2.0
8-
scipy==1.10.0; python_version > "3.7"
8+
scipy==1.10.1; python_version > "3.7"
99
scipy==1.7.3; python_version <= "3.7"

0 commit comments

Comments
 (0)