Skip to content

Commit

Permalink
pip prod(deps): update scipy requirement from ~=1.7.3 to ~=1.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.3...v1.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent b583bee commit a1cc295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jsmin~=3.0.1
psutil~=5.9.0
pyserial~=3.5
pyyaml~=6.0
scipy~=1.7.3
scipy~=1.11.0
webrtcvad~=2.0.10
Werkzeug~=2.1.1
Jinja2~=3.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jsmin~=3.0.1
psutil~=5.9.0
pyserial~=3.5
pyyaml~=6.0
scipy~=1.7.3
scipy~=1.11.0
webrtcvad~=2.0.10
Werkzeug~=2.1.1
Jinja2~=3.1.1
Expand Down

0 comments on commit a1cc295

Please sign in to comment.