Skip to content

Commit

Permalink
Update dependency requests to v2.32.0 (#1667)
Browse files Browse the repository at this point in the history
* Update dependency requests to v2.32.0

* Generate requirements files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: h3llrais3r <h3llrais3r.github@gmail.com>
  • Loading branch information
renovate[bot] and h3llrais3r committed May 21, 2024
1 parent 1fa7f4d commit cddf6a6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .build/generated/requirements-deptree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements-imported.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cddf6a6

Please sign in to comment.