Skip to content

Commit 0b75c05

Browse files
Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent efaab69 commit 0b75c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pytest-cov==6.3.0
3333
python-telegram-bot==21.11.1
3434
pyxdg==0.28
3535
PyYAML==6.0.3
36-
requests==2.32.3
36+
requests==2.33.0
3737
soupsieve==2.8.3
3838
SQLAlchemy==1.3.24
3939
tornado==4.5.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/
2323
"pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
2424
"psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
25-
"requests==2.32.3", # https://pypi.python.org/pypi/requests
25+
"requests==2.33.0", # https://pypi.python.org/pypi/requests
2626
"gevent==25.8.1", # http://www.gevent.org/changelog.html
2727
"greenlet>=3.0rc1",
2828
"werkzeug==3.1.5", # https://werkzeug.palletsprojects.com/en/stable/changes/

0 commit comments

Comments
 (0)