Skip to content

Bump requests from 2.31.0 to 2.32.0 in /requirements #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/requirements-api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pyyaml==6.0.1
# uvicorn
rapidfuzz==3.7.0
# via hatch.envs.api
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.api
# requests-mock
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-carbonboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pytz==2024.1
# via pandas
rapidfuzz==3.7.0
# via hatch.envs.carbonboard
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.carbonboard
# dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dashboard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pytz==2024.1
# via pandas
rapidfuzz==3.6.2
# via hatch.envs.dashboard
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.dashboard
# dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pyyaml==6.0.1
# via pre-commit
rapidfuzz==3.7.0
# via hatch.envs.dev
requests==2.31.0
requests==2.32.0
# via hatch.envs.dev
ruff==0.3.4
# via hatch.envs.dev
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pytz==2024.1
# pandas
rapidfuzz==3.6.2
# via hatch.envs.docs
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.docs
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pytz==2024.1
# via pandas
rapidfuzz==3.7.0
# via hatch.envs.test.py3.10
requests==2.31.0
requests==2.32.0
# via hatch.envs.test.py3.10
six==1.16.0
# via python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pyyaml==6.0.1
# via responses
rapidfuzz==3.7.0
# via hatch.envs.test.py3.11
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.test.py3.11
# dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pyyaml==6.0.1
# via responses
rapidfuzz==3.4.0
# via hatch.envs.test.py3.7
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.test.py3.7
# requests-mock
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pyyaml==6.0.1
# via responses
rapidfuzz==3.7.0
# via hatch.envs.test.py3.8
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.test.py3.8
# dash
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test.py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pyyaml==6.0.1
# via responses
rapidfuzz==3.7.0
# via hatch.envs.test.py3.9
requests==2.31.0
requests==2.32.0
# via
# hatch.envs.test.py3.9
# dash
Expand Down
Loading