Skip to content

Commit

Permalink
build(deps): bump requests to 2.31.0
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Oct 2, 2024
1 parent 59bb62c commit 9d6fa2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pytz==2023.3
pyxdg==0.28
PyYAML==6.0.2
raven==6.10.0
requests==2.30.0
requests==2.31.0
requests-toolbelt==1.0.0
requests-unixsocket==0.3.0
ruff==0.0.220
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pytz==2023.3
pyxdg==0.28
PyYAML==6.0.2
raven==6.10.0
requests==2.30.0
requests==2.31.0
requests-toolbelt==1.0.0
requests-unixsocket==0.3.0
SecretStorage==3.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def recursive_data_files(directory, install_directory):
"raven",
"requests-toolbelt",
"requests-unixsocket",
"requests",
"requests>=2.31,<3.0",
# pin setuptools<66 (CRAFT-1598)
"setuptools<66",
"simplejson",
Expand Down

0 comments on commit 9d6fa2b

Please sign in to comment.