Skip to content

Commit 3dd7f01

Browse files
Bump requests from 2.24.0 to 2.33.0
Bumps [requests](https://github.com/psf/requests) from 2.24.0 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.24.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 414f098 commit 3dd7f01

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests==2.24.0
1+
requests==2.33.0
22
pytest==6.0.1
33
pytest-cov==2.10.1
44
autoflake==1.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"uvicorn>=0.30.0,<0.31.0",
2424
"gunicorn>=22.0.0,<23.0.0",
2525
"httpx>=0.27.0,<0.28.0",
26-
"requests>=2.32.0,<2.33.0",
26+
"requests>=2.33.0,<2.34.0",
2727
"prometheus-fastapi-instrumentator>=6.1.0,<7.0.0",
2828
"celery>=5.4.0,<5.5.0",
2929
"redis>=5.0.0,<6.0.0",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pyyaml==6.0.3
150150
# via pre-commit
151151
redis==5.3.1
152152
# via 3d-beacons-hub-api (pyproject.toml)
153-
requests==2.32.5
153+
requests==2.33.0
154154
# via
155155
# 3d-beacons-hub-api (pyproject.toml)
156156
# async-asgi-testclient

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pytz==2025.2
9393
# via flower
9494
redis==5.3.1
9595
# via 3d-beacons-hub-api (pyproject.toml)
96-
requests==2.32.5
96+
requests==2.33.0
9797
# via 3d-beacons-hub-api (pyproject.toml)
9898
six==1.17.0
9999
# via python-dateutil

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)