diff --git a/.build/generated/requirements-deptree.md b/.build/generated/requirements-deptree.md index 2d4a08c9c..ca1629796 100644 --- a/.build/generated/requirements-deptree.md +++ b/.build/generated/requirements-deptree.md @@ -133,7 +133,7 @@ python-twitter 3.5 A Python wrapper around the Twitter API |-- idna >=2.5,<4 `-- urllib3 >=1.21.1,<3 rebulk 3.2.0 Rebulk - Define simple search patterns in bulk to perform advanced matching on any string. -requests 2.31.0 Python HTTP for Humans. +requests 2.32.0 Python HTTP for Humans. |-- certifi >=2017.4.17 |-- charset-normalizer >=2,<4 |-- idna >=2.5,<4 diff --git a/.build/generated/requirements-imported.md b/.build/generated/requirements-imported.md index a73fb2e90..a27a028bb 100644 --- a/.build/generated/requirements-imported.md +++ b/.build/generated/requirements-imported.md @@ -80,7 +80,7 @@ rebulk==3.2.0 # autosubliminal\providers\opensubtitles_com.py: 9 # autosubliminal\refiners\omdb_custom.py: 5 # autosubliminal\util\common.py: 16 -requests==2.31.0 +requests==2.32.0 # autosubliminal\server\api\settings.py: 8 requests-oauthlib==2.0.0 # autosubliminal\core\websocket.py: 9 diff --git a/.build/generated/requirements.md b/.build/generated/requirements.md index 171744248..96adbf8c5 100644 --- a/.build/generated/requirements.md +++ b/.build/generated/requirements.md @@ -62,7 +62,7 @@ pywin32==306 ; sys_platform == "win32" and implementation_name == "cpython" and rarfile==4.0 ; python_full_version >= "3.8.1" and python_version < "4" rebulk==3.2.0 ; python_full_version >= "3.8.1" and python_version < "4" requests-oauthlib==2.0.0 ; python_full_version >= "3.8.1" and python_version < "4" -requests==2.31.0 ; python_full_version >= "3.8.1" and python_version < "4" +requests==2.32.0 ; python_full_version >= "3.8.1" and python_version < "4" rich==13.3.4 ; python_full_version >= "3.8.1" and python_version < "4" schema==0.7.7 ; python_full_version >= "3.8.1" and python_version < "4" setuptools==67.6.1 ; python_full_version >= "3.8.1" and python_version < "4" diff --git a/poetry.lock b/poetry.lock index 2074c355b..bf9a48896 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1932,14 +1932,14 @@ test = ["pylint", "pytest"] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -2830,4 +2830,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "c84d9f0b0e82407a7200a8c68c2b0d8c657774b904944941e991c1175580276f" +content-hash = "ebdb24627bb7b3d511858ed6aa138479f751977707b8ca017a94d18375fcbfdf" diff --git a/pyproject.toml b/pyproject.toml index e9e2ccaa2..f785d80dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ python-anticaptcha = "1.0.0" python-dateutil = "2.9.0.post0" python-twitter = "3.5" rebulk = "3.2.0" -requests = "2.31.0" +requests = "2.32.0" requests-oauthlib = "2.0.0" schema = "0.7.7" simplejson = "3.19.2" diff --git a/requirements.txt b/requirements.txt index a86d755e0..be356f4a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ pywin32==306 ; sys_platform == "win32" and implementation_name == "cpython" and rarfile==4.0 ; python_full_version >= "3.8.1" and python_version < "4" rebulk==3.2.0 ; python_full_version >= "3.8.1" and python_version < "4" requests-oauthlib==2.0.0 ; python_full_version >= "3.8.1" and python_version < "4" -requests==2.31.0 ; python_full_version >= "3.8.1" and python_version < "4" +requests==2.32.0 ; python_full_version >= "3.8.1" and python_version < "4" rich==13.3.4 ; python_full_version >= "3.8.1" and python_version < "4" schema==0.7.7 ; python_full_version >= "3.8.1" and python_version < "4" setuptools==67.6.1 ; python_full_version >= "3.8.1" and python_version < "4"