diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-06-01 13:57:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 18:57:23 +0000 |
commit | db50f19d76c6870a5a13d0cab9287d684fd7449a (patch) | |
tree | a432b6eeab25de95e38a994401f93f00ab290da1 /pyproject.toml | |
parent | 2e5a47da400b645aadbda6afd1156bd89c744f48 (diff) |
[rh:requests] Bump minimum `requests` version to 2.32.2 (#10079)
Closes #10078
Authored by: bashonly
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index b746fbc96..da6403ec7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "certifi", "mutagen", "pycryptodomex", - "requests>=2.31.0,<3", + "requests>=2.32.2,<3", "urllib3>=1.26.17,<3", "websockets>=12.0", ] @@ -82,7 +82,6 @@ pyinstaller = [ ] py2exe = [ "py2exe>=0.12", - "requests==2.31.*", ] [project.urls] |