Skip to content

Commit 271c587

Browse files
chore: Upgrade Python requirements
1 parent 2fc8da4 commit 271c587

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

requirements/ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# make upgrade
66
#
7-
cachetools==6.2.3
7+
cachetools==6.2.4
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.4.0
1414
# via virtualenv
15-
filelock==3.20.0
15+
filelock==3.20.1
1616
# via
1717
# tox
1818
# virtualenv

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build==1.3.0
1717
# via
1818
# -r requirements/pip-tools.txt
1919
# pip-tools
20-
cachetools==6.2.3
20+
cachetools==6.2.4
2121
# via
2222
# -r requirements/ci.txt
2323
# tox
@@ -66,7 +66,7 @@ django==5.2.9
6666
# -r requirements/quality.txt
6767
edx-lint==5.6.0
6868
# via -r requirements/quality.txt
69-
filelock==3.20.0
69+
filelock==3.20.1
7070
# via
7171
# -r requirements/ci.txt
7272
# tox
@@ -180,7 +180,7 @@ snowballstemmer==3.0.1
180180
# via
181181
# -r requirements/quality.txt
182182
# pydocstyle
183-
sqlparse==0.5.4
183+
sqlparse==0.5.5
184184
# via
185185
# -r requirements/quality.txt
186186
# django

requirements/django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ django==5.2.9
1010
# via
1111
# -c requirements/common_constraints.txt
1212
# -r requirements/django.in
13-
sqlparse==0.5.4
13+
sqlparse==0.5.5
1414
# via django

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ idna==3.11
5353
# via requests
5454
imagesize==1.4.1
5555
# via sphinx
56-
importlib-metadata==8.7.0
56+
importlib-metadata==8.7.1
5757
# via keyring
5858
iniconfig==2.3.0
5959
# via
@@ -63,7 +63,7 @@ jaraco-classes==3.4.0
6363
# via keyring
6464
jaraco-context==6.0.1
6565
# via keyring
66-
jaraco-functools==4.3.0
66+
jaraco-functools==4.4.0
6767
# via keyring
6868
jeepney==0.9.0
6969
# via
@@ -143,13 +143,13 @@ rfc3986==2.0.0
143143
# via twine
144144
rich==14.2.0
145145
# via twine
146-
roman-numerals==3.1.0
146+
roman-numerals==4.1.0
147147
# via sphinx
148148
secretstorage==3.5.0
149149
# via keyring
150150
snowballstemmer==3.0.1
151151
# via sphinx
152-
soupsieve==2.8
152+
soupsieve==2.8.1
153153
# via beautifulsoup4
154154
sphinx==9.0.4
155155
# via
@@ -170,7 +170,7 @@ sphinxcontrib-qthelp==2.0.0
170170
# via sphinx
171171
sphinxcontrib-serializinghtml==2.0.0
172172
# via sphinx
173-
sqlparse==0.5.4
173+
sqlparse==0.5.5
174174
# via
175175
# -r requirements/test.txt
176176
# django

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ six==1.17.0
105105
# via edx-lint
106106
snowballstemmer==3.0.1
107107
# via pydocstyle
108-
sqlparse==0.5.4
108+
sqlparse==0.5.5
109109
# via
110110
# -r requirements/test.txt
111111
# django

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python-slugify==8.0.4
4141
# via -r requirements/base.txt
4242
pyyaml==6.0.3
4343
# via -r requirements/base.txt
44-
sqlparse==0.5.4
44+
sqlparse==0.5.5
4545
# via
4646
# -r requirements/django.txt
4747
# django

0 commit comments

Comments
 (0)