Skip to content

Commit a04bb10

Browse files
chore: Upgrade Python requirements
1 parent 051a16f commit a04bb10

File tree

6 files changed

+28
-17
lines changed

6 files changed

+28
-17
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/ci.txt requirements/ci.in

requirements/dev.txt

Lines changed: 3 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in
@@ -8,9 +8,9 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.35.3
11+
boto3==1.35.5
1212
# via fs-s3fs
13-
botocore==1.35.3
13+
botocore==1.35.5
1414
# via
1515
# boto3
1616
# s3transfer

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in

requirements/quality.txt

Lines changed: 18 additions & 7 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/quality.txt requirements/quality.in
@@ -16,12 +16,14 @@ astroid==3.2.4
1616
# via
1717
# pylint
1818
# pylint-celery
19-
boto3==1.35.3
19+
backports-tarfile==1.2.0
20+
# via jaraco-context
21+
boto3==1.35.5
2022
# via
2123
# -r requirements/test.txt
2224
# fs-s3fs
2325
# moto
24-
botocore==1.35.3
26+
botocore==1.35.5
2527
# via
2628
# -r requirements/test.txt
2729
# boto3
@@ -56,6 +58,7 @@ cryptography==43.0.0
5658
# via
5759
# -r requirements/test.txt
5860
# moto
61+
# secretstorage
5962
dill==0.3.8
6063
# via pylint
6164
django==4.2.15
@@ -64,20 +67,22 @@ django==4.2.15
6467
# -r requirements/test.txt
6568
docutils==0.21.2
6669
# via readme-renderer
67-
edx-lint==5.3.7
70+
edx-lint==5.4.0
6871
# via -r requirements/quality.in
6972
fs==2.4.16
7073
# via
7174
# -r requirements/test.txt
7275
# fs-s3fs
7376
fs-s3fs==1.1.1
7477
# via -r requirements/test.txt
75-
idna==3.7
78+
idna==3.8
7679
# via
7780
# -r requirements/test.txt
7881
# requests
7982
importlib-metadata==8.4.0
80-
# via twine
83+
# via
84+
# keyring
85+
# twine
8186
iniconfig==2.0.0
8287
# via
8388
# -r requirements/test.txt
@@ -92,6 +97,10 @@ jaraco-context==6.0.1
9297
# via keyring
9398
jaraco-functools==4.0.2
9499
# via keyring
100+
jeepney==0.8.0
101+
# via
102+
# keyring
103+
# secretstorage
95104
jinja2==3.1.4
96105
# via
97106
# -r requirements/test.txt
@@ -213,6 +222,8 @@ s3transfer==0.10.2
213222
# via
214223
# -r requirements/test.txt
215224
# boto3
225+
secretstorage==3.3.3
226+
# via keyring
216227
six==1.16.0
217228
# via
218229
# -r requirements/test.txt
@@ -226,7 +237,7 @@ sqlparse==0.5.1
226237
# via
227238
# -r requirements/test.txt
228239
# django
229-
stevedore==5.2.0
240+
stevedore==5.3.0
230241
# via code-annotations
231242
text-unidecode==1.3
232243
# via python-slugify

requirements/test.txt

Lines changed: 4 additions & 4 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.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/test.txt requirements/base.in requirements/test.in
@@ -8,11 +8,11 @@ appdirs==1.4.4
88
# via fs
99
asgiref==3.8.1
1010
# via django
11-
boto3==1.35.3
11+
boto3==1.35.5
1212
# via
1313
# fs-s3fs
1414
# moto
15-
botocore==1.35.3
15+
botocore==1.35.5
1616
# via
1717
# boto3
1818
# moto
@@ -36,7 +36,7 @@ fs==2.4.16
3636
# fs-s3fs
3737
fs-s3fs==1.1.1
3838
# via -r requirements/base.in
39-
idna==3.7
39+
idna==3.8
4040
# via requests
4141
iniconfig==2.0.0
4242
# via pytest

0 commit comments

Comments
 (0)