Skip to content

Commit b7ac89d

Browse files
committed
Update requests to >2.33.0
1 parent 29021ee commit b7ac89d

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- actionlint
3131

3232
- repo: https://github.com/jazzband/pip-tools
33-
rev: v7.5.2
33+
rev: v7.5.3
3434
hooks:
3535
- id: pip-compile
3636
files: ^requirements/release\.(in|txt)$

requirements/release.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ boto3
22
filelock >= 3.20.3
33
pre-commit
44
python-tools-scripts >= 0.18.6
5-
requests >= 2.32.5
5+
requests >= 2.33.0
66
urllib3 >= 2.6.3
77
virtualenv >= 20.36.1

requirements/release.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile requirements/release.in
@@ -57,7 +57,7 @@ python-tools-scripts==0.20.5
5757
# via -r requirements/release.in
5858
pyyaml==6.0.2
5959
# via pre-commit
60-
requests==2.32.5
60+
requests==2.33.1
6161
# via
6262
# -r requirements/release.in
6363
# python-tools-scripts
@@ -67,10 +67,13 @@ s3transfer==0.10.4
6767
# via boto3
6868
six==1.17.0
6969
# via python-dateutil
70-
typing-extensions==4.12.2
70+
typing-extensions==4.15.0
7171
# via
7272
# pydantic
7373
# pydantic-core
74+
# python-tools-scripts
75+
# rich
76+
# virtualenv
7477
urllib3==2.6.3
7578
# via
7679
# -r requirements/release.in

0 commit comments

Comments
 (0)