Skip to content

Commit

Permalink
build(deps): bump requests from 2.31.0 to 2.32.3 in /server (#530)
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: david-yz-liu <[email protected]>
  • Loading branch information
dependabot[bot] and david-yz-liu authored Aug 8, 2024
1 parent a7fb05d commit 4284afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ redis==5.0.4
pyyaml==6.0.1
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.22.0;python_version>="3.8"
requests==2.31.0
requests==2.31.0;python_version<"3.8"
requests==2.32.3;python_version>="3.8"
psycopg2-binary==2.9.9
supervisor==4.2.5

0 comments on commit 4284afa

Please sign in to comment.