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

Commit 1671ee1

Browse files
chore: Updating Python Requirements (#1227)
1 parent 5775393 commit 1671ee1

5 files changed

Lines changed: 27 additions & 20 deletions

File tree

requirements/dev.txt

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ build==1.0.3
88
# via
99
# -r requirements/pip-tools.txt
1010
# pip-tools
11+
cachetools==5.3.2
12+
# via tox
13+
chardet==5.2.0
14+
# via tox
1115
click==8.1.7
1216
# via
1317
# -r requirements/pip-tools.txt
1418
# pip-tools
19+
colorama==0.4.6
20+
# via tox
1521
distlib==0.3.7
1622
# via virtualenv
1723
exceptiongroup==1.1.3
1824
# via
1925
# -r requirements/test.txt
2026
# pytest
21-
filelock==3.12.4
27+
filelock==3.13.1
2228
# via
2329
# tox
2430
# virtualenv
@@ -35,14 +41,18 @@ packaging==23.2
3541
# -r requirements/pip-tools.txt
3642
# -r requirements/test.txt
3743
# build
44+
# pyproject-api
3845
# pytest
3946
# tox
4047
pexpect==4.8.0
4148
# via -r requirements/test.txt
4249
pip-tools==7.3.0
4350
# via -r requirements/pip-tools.txt
4451
platformdirs==3.11.0
45-
# via virtualenv
52+
# via
53+
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
54+
# tox
55+
# virtualenv
4656
pluggy==1.3.0
4757
# via
4858
# -r requirements/test.txt
@@ -52,36 +62,33 @@ ptyprocess==0.7.0
5262
# via
5363
# -r requirements/test.txt
5464
# pexpect
55-
py==1.11.0
65+
pyproject-api==1.6.1
5666
# via tox
5767
pyproject-hooks==1.0.0
5868
# via
5969
# -r requirements/pip-tools.txt
6070
# build
61-
pytest==7.4.2
71+
pytest==7.4.3
6272
# via -r requirements/test.txt
6373
pyyaml==6.0.1
6474
# via
6575
# -r requirements/base.txt
6676
# -r requirements/test.txt
67-
six==1.16.0
68-
# via tox
6977
tomli==2.0.1
7078
# via
7179
# -r requirements/pip-tools.txt
7280
# -r requirements/test.txt
7381
# build
7482
# pip-tools
83+
# pyproject-api
7584
# pyproject-hooks
7685
# pytest
7786
# tox
78-
tox==3.28.0
79-
# via
80-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
81-
# -r requirements/dev.in
82-
virtualenv==20.24.5
87+
tox==4.11.3
88+
# via -r requirements/dev.in
89+
virtualenv==20.24.6
8390
# via tox
84-
wheel==0.41.2
91+
wheel==0.41.3
8592
# via
8693
# -r requirements/pip-tools.txt
8794
# pip-tools

requirements/doc.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ accessible-pygments==0.0.4
88
# via pydata-sphinx-theme
99
alabaster==0.7.13
1010
# via sphinx
11-
babel==2.13.0
11+
babel==2.13.1
1212
# via
1313
# pydata-sphinx-theme
1414
# sphinx
1515
beautifulsoup4==4.12.2
1616
# via pydata-sphinx-theme
1717
certifi==2023.7.22
1818
# via requests
19-
charset-normalizer==3.3.1
19+
charset-normalizer==3.3.2
2020
# via requests
2121
doc8==1.1.1
2222
# via -r requirements/doc.in
@@ -43,9 +43,9 @@ packaging==23.2
4343
# via
4444
# pydata-sphinx-theme
4545
# sphinx
46-
pbr==5.11.1
46+
pbr==6.0.0
4747
# via stevedore
48-
pydata-sphinx-theme==0.14.1
48+
pydata-sphinx-theme==0.14.3
4949
# via sphinx-book-theme
5050
pygments==2.16.1
5151
# via
@@ -93,7 +93,7 @@ tomli==2.0.1
9393
# via doc8
9494
typing-extensions==4.8.0
9595
# via pydata-sphinx-theme
96-
urllib3==2.0.7
96+
urllib3==2.1.0
9797
# via requests
9898
zipp==3.17.0
9999
# via importlib-metadata

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tomli==2.0.1
2121
# build
2222
# pip-tools
2323
# pyproject-hooks
24-
wheel==0.41.2
24+
wheel==0.41.3
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.2
7+
wheel==0.41.3
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
@@ -16,7 +16,7 @@ pluggy==1.3.0
1616
# via pytest
1717
ptyprocess==0.7.0
1818
# via pexpect
19-
pytest==7.4.2
19+
pytest==7.4.3
2020
# via -r requirements/test.in
2121
pyyaml==6.0.1
2222
# via -r requirements/base.txt

0 commit comments

Comments
 (0)