Skip to content

Commit bacb29a

Browse files
Bump requests from 2.31.0 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 665e67e commit bacb29a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-dotenv = "==1.0.0"
2828
uvloop = {version = ">=0.19.0", markers = "sys_platform != 'win32'"}
2929
lottie = {version = "==0.7.2", extras = ["pdf"]}
3030
setuptools = "*" # Needed for lottie
31-
requests = "==2.31.0"
31+
requests = "==2.32.4"
3232

3333
[scripts]
3434
bot = "python bot.py"

Pipfile.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ audioop-lts==0.2.2; python_version >= '3.13'
99
brotli==1.2.0
1010
cairocffi==1.7.1; python_version >= '3.8'
1111
cairosvg==2.8.2; python_version >= '3.9'
12-
certifi==2025.10.5; python_version >= '3.7'
12+
certifi==2025.11.12; python_version >= '3.7'
1313
cffi==2.0.0; python_version >= '3.9'
1414
charset-normalizer==3.4.4; python_version >= '3.7'
1515
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
@@ -35,7 +35,7 @@ pycparser==2.23; python_version >= '3.8'
3535
pymongo==4.15.3; python_version >= '3.9'
3636
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
3737
python-dotenv==1.0.0; python_version >= '3.8'
38-
requests==2.31.0; python_version >= '3.7'
38+
requests==2.32.4; python_version >= '3.8'
3939
setuptools==80.9.0; python_version >= '3.9'
4040
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
4141
tinycss2==1.4.0; python_version >= '3.8'

0 commit comments

Comments
 (0)