Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 15adb34

Browse files
chore: Updating Python Requirements (#1240)
1 parent f279ed5 commit 15adb34

5 files changed

Lines changed: 17 additions & 18 deletions

File tree

requirements/dev.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ click==8.1.7
1818
# pip-tools
1919
colorama==0.4.6
2020
# via tox
21-
distlib==0.3.7
21+
distlib==0.3.8
2222
# via virtualenv
2323
exceptiongroup==1.2.0
2424
# via
@@ -28,7 +28,7 @@ filelock==3.13.1
2828
# via
2929
# tox
3030
# virtualenv
31-
importlib-metadata==6.8.0
31+
importlib-metadata==7.0.0
3232
# via
3333
# -r requirements/pip-tools.txt
3434
# build
@@ -44,13 +44,12 @@ packaging==23.2
4444
# pyproject-api
4545
# pytest
4646
# tox
47-
pexpect==4.8.0
47+
pexpect==4.9.0
4848
# via -r requirements/test.txt
4949
pip-tools==7.3.0
5050
# via -r requirements/pip-tools.txt
51-
platformdirs==3.11.0
51+
platformdirs==4.1.0
5252
# via
53-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
5453
# tox
5554
# virtualenv
5655
pluggy==1.3.0
@@ -84,11 +83,11 @@ tomli==2.0.1
8483
# pyproject-hooks
8584
# pytest
8685
# tox
87-
tox==4.11.3
86+
tox==4.11.4
8887
# via -r requirements/dev.in
89-
virtualenv==20.24.7
88+
virtualenv==20.25.0
9089
# via tox
91-
wheel==0.41.3
90+
wheel==0.42.0
9291
# via
9392
# -r requirements/pip-tools.txt
9493
# pip-tools

requirements/doc.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ accessible-pygments==0.0.4
88
# via pydata-sphinx-theme
99
alabaster==0.7.13
1010
# via sphinx
11-
babel==2.13.1
11+
babel==2.14.0
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
@@ -27,25 +27,25 @@ docutils==0.19
2727
# readme-renderer
2828
# restructuredtext-lint
2929
# sphinx
30-
idna==3.4
30+
idna==3.6
3131
# via requests
3232
imagesize==1.4.1
3333
# via sphinx
34-
importlib-metadata==6.8.0
34+
importlib-metadata==7.0.0
3535
# via sphinx
3636
jinja2==3.1.2
3737
# via sphinx
3838
markupsafe==2.1.3
3939
# via jinja2
40-
nh3==0.2.14
40+
nh3==0.2.15
4141
# via readme-renderer
4242
packaging==23.2
4343
# via
4444
# pydata-sphinx-theme
4545
# sphinx
4646
pbr==6.0.0
4747
# via stevedore
48-
pydata-sphinx-theme==0.14.3
48+
pydata-sphinx-theme==0.14.4
4949
# via sphinx-book-theme
5050
pygments==2.17.2
5151
# via
@@ -91,7 +91,7 @@ stevedore==5.1.0
9191
# via doc8
9292
tomli==2.0.1
9393
# via doc8
94-
typing-extensions==4.8.0
94+
typing-extensions==4.9.0
9595
# via pydata-sphinx-theme
9696
urllib3==2.1.0
9797
# via requests

requirements/pip-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build==1.0.3
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11-
importlib-metadata==6.8.0
11+
importlib-metadata==7.0.0
1212
# via build
1313
packaging==23.2
1414
# via build
@@ -21,7 +21,7 @@ tomli==2.0.1
2121
# build
2222
# pip-tools
2323
# pyproject-hooks
24-
wheel==0.41.3
24+
wheel==0.42.0
2525
# via pip-tools
2626
zipp==3.17.0
2727
# via importlib-metadata

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.41.3
7+
wheel==0.42.0
88
# via -r requirements/pip.in
99

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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ iniconfig==2.0.0
1010
# via pytest
1111
packaging==23.2
1212
# via pytest
13-
pexpect==4.8.0
13+
pexpect==4.9.0
1414
# via -r requirements/test.in
1515
pluggy==1.3.0
1616
# via pytest

0 commit comments

Comments
 (0)