Skip to content

Commit 9e0cbe8

Browse files
Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f5ed0d commit 9e0cbe8

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
@@ -35,7 +35,7 @@ pytest-cov==6.2.1
3535
python-telegram-bot==21.11.1
3636
pyxdg==0.28
3737
PyYAML==6.0.2
38-
requests==2.32.3
38+
requests==2.32.4
3939
sniffio==1.3.1
4040
soupsieve==2.7
4141
SQLAlchemy==1.3.24

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/
2222
"pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
2323
"psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
24-
"requests==2.32.3", # https://pypi.python.org/pypi/requests
24+
"requests==2.32.4", # https://pypi.python.org/pypi/requests
2525
"gevent==25.5.1", # http://www.gevent.org/changelog.html
2626
"greenlet>=3.0rc1",
2727
"werkzeug<1.0", # https://github.com/pallets/werkzeug/blob/master/CHANGES

0 commit comments

Comments
 (0)