Skip to content

Commit 75cdbf7

Browse files
chore: Upgrade Python requirements
1 parent 1e7d8ca commit 75cdbf7

File tree

6 files changed

+95
-89
lines changed

6 files changed

+95
-89
lines changed

requirements/ci.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ colorama==0.4.6
1212
# via tox
1313
distlib==0.3.8
1414
# via virtualenv
15-
filelock==3.13.1
15+
filelock==3.15.3
1616
# via
1717
# tox
1818
# virtualenv
19-
packaging==24.0
19+
packaging==24.1
2020
# via
2121
# pyproject-api
2222
# tox
23-
platformdirs==4.2.0
23+
platformdirs==4.2.2
2424
# via
2525
# tox
2626
# virtualenv
27-
pluggy==1.4.0
27+
pluggy==1.5.0
2828
# via tox
2929
pyproject-api==1.6.1
3030
# via tox
3131
tomli==2.0.1
3232
# via
3333
# pyproject-api
3434
# tox
35-
tox==4.14.1
35+
tox==4.15.1
3636
# via -r requirements/ci.in
37-
virtualenv==20.25.1
37+
virtualenv==20.26.2
3838
# via tox

requirements/dev.txt

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
#
77
appdirs==1.4.4
88
# via fs
9-
asgiref==3.7.2
9+
asgiref==3.8.1
1010
# via django
1111
backports-zoneinfo==0.2.1 ; python_version < "3.9"
1212
# via
1313
# -c requirements/constraints.txt
1414
# django
15-
boto3==1.34.61
15+
boto3==1.34.130
1616
# via fs-s3fs
17-
botocore==1.34.61
17+
botocore==1.34.130
1818
# via
1919
# boto3
2020
# s3transfer
21-
build==1.1.1
21+
build==1.2.1
2222
# via pip-tools
2323
cachetools==5.3.3
2424
# via tox
@@ -30,11 +30,11 @@ colorama==0.4.6
3030
# via tox
3131
distlib==0.3.8
3232
# via virtualenv
33-
django==4.2.11
33+
django==4.2.13
3434
# via
3535
# -c requirements/common_constraints.txt
3636
# -r requirements/base.in
37-
filelock==3.13.1
37+
filelock==3.15.3
3838
# via
3939
# tox
4040
# virtualenv
@@ -52,54 +52,53 @@ jmespath==1.0.1
5252
# via
5353
# boto3
5454
# botocore
55-
packaging==24.0
55+
packaging==24.1
5656
# via
5757
# build
5858
# pyproject-api
5959
# tox
6060
pip-tools==7.4.1
6161
# via -r requirements/dev.in
62-
platformdirs==4.2.0
62+
platformdirs==4.2.2
6363
# via
6464
# tox
6565
# virtualenv
66-
pluggy==1.4.0
66+
pluggy==1.5.0
6767
# via tox
6868
pyproject-api==1.6.1
6969
# via tox
70-
pyproject-hooks==1.0.0
70+
pyproject-hooks==1.1.0
7171
# via
7272
# build
7373
# pip-tools
7474
python-dateutil==2.9.0.post0
7575
# via botocore
76-
s3transfer==0.10.0
76+
s3transfer==0.10.1
7777
# via boto3
7878
six==1.16.0
7979
# via
8080
# fs
8181
# fs-s3fs
8282
# python-dateutil
83-
sqlparse==0.4.4
83+
sqlparse==0.5.0
8484
# via django
8585
tomli==2.0.1
8686
# via
8787
# build
8888
# pip-tools
8989
# pyproject-api
90-
# pyproject-hooks
9190
# tox
92-
tox==4.14.1
91+
tox==4.15.1
9392
# via -r requirements/dev.in
94-
typing-extensions==4.10.0
93+
typing-extensions==4.12.2
9594
# via asgiref
96-
urllib3==1.26.18
95+
urllib3==1.26.19
9796
# via botocore
98-
virtualenv==20.25.1
97+
virtualenv==20.26.2
9998
# via tox
10099
wheel==0.43.0
101100
# via pip-tools
102-
zipp==3.18.0
101+
zipp==3.19.2
103102
# via importlib-metadata
104103

105104
# The following packages are considered to be unsafe in a requirements file:

requirements/pip-tools.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,29 @@
44
#
55
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
66
#
7-
build==1.1.1
7+
build==1.2.1
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
1111
importlib-metadata==6.11.0
1212
# via
1313
# -c requirements/common_constraints.txt
1414
# build
15-
packaging==24.0
15+
packaging==24.1
1616
# via build
1717
pip-tools==7.4.1
1818
# via -r requirements/pip-tools.in
19-
pyproject-hooks==1.0.0
19+
pyproject-hooks==1.1.0
2020
# via
2121
# build
2222
# pip-tools
2323
tomli==2.0.1
2424
# via
2525
# build
2626
# pip-tools
27-
# pyproject-hooks
2827
wheel==0.43.0
2928
# via pip-tools
30-
zipp==3.18.0
29+
zipp==3.19.2
3130
# via importlib-metadata
3231

3332
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ wheel==0.43.0
1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==24.0
1212
# via -r requirements/pip.in
13-
setuptools==69.1.1
13+
setuptools==70.1.0
1414
# via -r requirements/pip.in

0 commit comments

Comments
 (0)