Skip to content

Commit c31e2eb

Browse files
Bump requests from 2.31.0 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [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.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 175f892 commit c31e2eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ span = [
6262
]
6363
proxy = [
6464
"fastapi==0.104.1",
65-
"requests==2.31.0",
65+
"requests==2.32.4",
6666
"uvicorn[standard]==0.24.0",
6767
]
6868

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fastapi==0.104.1
2-
requests==2.31.0
2+
requests==2.32.4
33
uvicorn[standard]==0.24.0

0 commit comments

Comments
 (0)