Skip to content

Commit

Permalink
Bump requests from 2.23.0 to 2.31.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.23.0...v2.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 31, 2023
1 parent 710d97f commit 750a5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2023.7.22
# via
# -r requirements.txt
# requests
chardet==3.0.4
charset-normalizer==3.2.0
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -106,7 +106,7 @@ python-dateutil==2.8.1
# matplotlib
regex==2020.4.4
# via black
requests==2.23.0
requests==2.31.0
# via -r requirements.txt
scipy==1.10.0
# via
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2023.7.22
# via requests
chardet==3.0.4
charset-normalizer==3.2.0
# via requests
click==7.1.1
# via uvicorn
Expand Down Expand Up @@ -40,7 +40,7 @@ pyseagull==1.0.0b3
# via -r requirements.in
python-dateutil==2.8.1
# via matplotlib
requests==2.23.0
requests==2.31.0
# via -r requirements.in
scipy==1.10.0
# via pyseagull
Expand Down

0 comments on commit 750a5ac

Please sign in to comment.