Skip to content

Commit d384e31

Browse files
chore: Upgrade Python requirements (#345)
* chore: Upgrade Python requirements * chore: bumps package version to 4.7.9
1 parent 5c05ed3 commit d384e31

File tree

7 files changed

+59
-57
lines changed

7 files changed

+59
-57
lines changed

completion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55

6-
__version__ = '4.7.8'
6+
__version__ = '4.7.9'

requirements/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appdirs==1.4.4
1010
# via fs
1111
asgiref==3.8.1
1212
# via django
13-
attrs==24.3.0
13+
attrs==25.1.0
1414
# via openedx-events
1515
billiard==4.2.1
1616
# via celery
@@ -38,7 +38,7 @@ click-plugins==1.1.1
3838
# via celery
3939
click-repl==0.3.0
4040
# via celery
41-
code-annotations==2.1.0
41+
code-annotations==2.2.0
4242
# via edx-toggles
4343
cryptography==44.0.0
4444
# via pyjwt
@@ -119,11 +119,11 @@ markupsafe==3.0.2
119119
# xblock
120120
newrelic==10.4.0
121121
# via edx-django-utils
122-
openedx-events==9.15.1
122+
openedx-events==9.15.2
123123
# via event-tracking
124124
pbr==6.1.0
125125
# via stevedore
126-
prompt-toolkit==3.0.48
126+
prompt-toolkit==3.0.50
127127
# via click-repl
128128
psutil==6.1.1
129129
# via edx-django-utils
@@ -177,7 +177,7 @@ text-unidecode==1.3
177177
# via python-slugify
178178
typing-extensions==4.12.2
179179
# via edx-opaque-keys
180-
tzdata==2024.2
180+
tzdata==2025.1
181181
# via
182182
# celery
183183
# kombu
@@ -196,7 +196,7 @@ web-fragments==2.2.0
196196
# via xblock
197197
webob==1.8.9
198198
# via xblock
199-
xblock==5.1.0
199+
xblock==5.1.1
200200
# via -r requirements/base.in
201201

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

requirements/ci.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#
55
# make upgrade
66
#
7-
cachetools==5.5.0
7+
cachetools==5.5.1
88
# via tox
99
chardet==5.2.0
1010
# via tox
1111
colorama==0.4.6
1212
# via tox
1313
distlib==0.3.9
1414
# via virtualenv
15-
filelock==3.16.1
15+
filelock==3.17.0
1616
# via
1717
# tox
1818
# virtualenv
@@ -28,9 +28,9 @@ platformdirs==4.3.6
2828
# virtualenv
2929
pluggy==1.5.0
3030
# via tox
31-
pyproject-api==1.8.0
31+
pyproject-api==1.9.0
3232
# via tox
33-
tox==4.23.2
33+
tox==4.24.1
3434
# via -r requirements/ci.in
35-
virtualenv==20.28.1
35+
virtualenv==20.29.1
3636
# via tox

requirements/dev.txt

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ astroid==3.3.8
1414
# via
1515
# pylint
1616
# pylint-celery
17-
attrs==24.3.0
17+
attrs==25.1.0
1818
# via openedx-events
1919
billiard==4.2.1
2020
# via celery
2121
build==1.2.2.post1
2222
# via pip-tools
23-
cachetools==5.5.0
23+
cachetools==5.5.1
2424
# via tox
2525
celery==5.4.0
2626
# via event-tracking
@@ -55,7 +55,7 @@ click-plugins==1.1.1
5555
# via celery
5656
click-repl==0.3.0
5757
# via celery
58-
code-annotations==2.1.0
58+
code-annotations==2.2.0
5959
# via
6060
# edx-lint
6161
# edx-toggles
@@ -143,23 +143,25 @@ event-tracking==3.0.0
143143
# via -r requirements/base.in
144144
factory-boy==3.3.1
145145
# via -r requirements/test.in
146-
faker==33.3.1
146+
faker==35.0.0
147147
# via factory-boy
148148
fastavro==1.10.0
149149
# via openedx-events
150-
filelock==3.16.1
150+
filelock==3.17.0
151151
# via
152152
# tox
153153
# virtualenv
154154
freezegun==1.5.1
155155
# via -r requirements/test.in
156156
fs==2.4.16
157157
# via xblock
158+
id==1.5.0
159+
# via twine
158160
idna==3.10
159161
# via requests
160162
iniconfig==2.0.0
161163
# via pytest
162-
isort==5.13.2
164+
isort==6.0.0
163165
# via
164166
# -r requirements/quality.in
165167
# pylint
@@ -203,15 +205,15 @@ mdurl==0.1.2
203205
# via markdown-it-py
204206
mock==5.1.0
205207
# via -r requirements/test.in
206-
more-itertools==10.5.0
208+
more-itertools==10.6.0
207209
# via
208210
# jaraco-classes
209211
# jaraco-functools
210212
newrelic==10.4.0
211213
# via edx-django-utils
212214
nh3==0.2.20
213215
# via readme-renderer
214-
openedx-events==9.15.1
216+
openedx-events==9.15.2
215217
# via event-tracking
216218
packaging==24.2
217219
# via
@@ -226,8 +228,6 @@ pbr==6.1.0
226228
# via stevedore
227229
pip-tools==7.4.1
228230
# via -r requirements/dev.in
229-
pkginfo==1.12.0
230-
# via twine
231231
platformdirs==4.3.6
232232
# via
233233
# pylint
@@ -240,7 +240,7 @@ pluggy==1.5.0
240240
# tox
241241
polib==1.2.0
242242
# via edx-i18n-tools
243-
prompt-toolkit==3.0.48
243+
prompt-toolkit==3.0.50
244244
# via click-repl
245245
psutil==6.1.1
246246
# via edx-django-utils
@@ -259,7 +259,7 @@ pyjwt[crypto]==2.10.1
259259
# via
260260
# drf-jwt
261261
# edx-drf-extensions
262-
pylint==3.3.3
262+
pylint==3.3.4
263263
# via
264264
# edx-lint
265265
# pylint-celery
@@ -279,7 +279,7 @@ pymongo==4.4.0
279279
# event-tracking
280280
pynacl==1.5.0
281281
# via edx-django-utils
282-
pyproject-api==1.8.0
282+
pyproject-api==1.9.0
283283
# via tox
284284
pyproject-hooks==1.2.0
285285
# via
@@ -316,6 +316,7 @@ readme-renderer==44.0
316316
requests==2.32.3
317317
# via
318318
# edx-drf-extensions
319+
# id
319320
# requests-toolbelt
320321
# twine
321322
requests-toolbelt==1.0.0
@@ -350,15 +351,15 @@ text-unidecode==1.3
350351
# via python-slugify
351352
tomlkit==0.13.2
352353
# via pylint
353-
tox==4.23.2
354+
tox==4.24.1
354355
# via -r requirements/dev.in
355-
twine==6.0.1
356+
twine==6.1.0
356357
# via -r requirements/quality.in
357358
typing-extensions==4.12.2
358359
# via
359360
# edx-opaque-keys
360361
# faker
361-
tzdata==2024.2
362+
tzdata==2025.1
362363
# via
363364
# celery
364365
# kombu
@@ -372,7 +373,7 @@ vine==5.1.0
372373
# amqp
373374
# celery
374375
# kombu
375-
virtualenv==20.28.1
376+
virtualenv==20.29.1
376377
# via tox
377378
wcwidth==0.2.13
378379
# via prompt-toolkit
@@ -384,7 +385,7 @@ wheel==0.45.1
384385
# via
385386
# -r requirements/quality.in
386387
# pip-tools
387-
xblock==5.1.0
388+
xblock==5.1.1
388389
# via -r requirements/base.in
389390

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

requirements/doc.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ appdirs==1.4.4
1414
# via fs
1515
asgiref==3.8.1
1616
# via django
17-
attrs==24.3.0
17+
attrs==25.1.0
1818
# via openedx-events
1919
babel==2.16.0
2020
# via
@@ -48,7 +48,7 @@ click-plugins==1.1.1
4848
# via celery
4949
click-repl==0.3.0
5050
# via celery
51-
code-annotations==2.1.0
51+
code-annotations==2.2.0
5252
# via edx-toggles
5353
coverage[toml]==7.6.10
5454
# via pytest-cov
@@ -122,7 +122,7 @@ event-tracking==3.0.0
122122
# via -r requirements/base.in
123123
factory-boy==3.3.1
124124
# via -r requirements/test.in
125-
faker==33.3.1
125+
faker==35.0.0
126126
# via factory-boy
127127
fastavro==1.10.0
128128
# via openedx-events
@@ -155,7 +155,7 @@ mock==5.1.0
155155
# via -r requirements/test.in
156156
newrelic==10.4.0
157157
# via edx-django-utils
158-
openedx-events==9.15.1
158+
openedx-events==9.15.2
159159
# via event-tracking
160160
packaging==24.2
161161
# via
@@ -165,7 +165,7 @@ pbr==6.1.0
165165
# via stevedore
166166
pluggy==1.5.0
167167
# via pytest
168-
prompt-toolkit==3.0.48
168+
prompt-toolkit==3.0.50
169169
# via click-repl
170170
psutil==6.1.1
171171
# via edx-django-utils
@@ -268,7 +268,7 @@ typing-extensions==4.12.2
268268
# edx-opaque-keys
269269
# faker
270270
# pydata-sphinx-theme
271-
tzdata==2024.2
271+
tzdata==2025.1
272272
# via
273273
# celery
274274
# kombu
@@ -287,7 +287,7 @@ web-fragments==2.2.0
287287
# via xblock
288288
webob==1.8.9
289289
# via xblock
290-
xblock==5.1.0
290+
xblock==5.1.1
291291
# via -r requirements/base.in
292292

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

0 commit comments

Comments
 (0)