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

Commit defbe64

Browse files
chore: Updating Python Requirements (#1115)
1 parent 6b982d9 commit defbe64

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

requirements/dev.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docopt==0.6.2
6969
# -r requirements/base.txt
7070
# -r requirements/test.txt
7171
# docker-compose
72-
exceptiongroup==1.1.1
72+
exceptiongroup==1.1.2
7373
# via
7474
# -r requirements/test.txt
7575
# pytest
@@ -107,11 +107,11 @@ paramiko==3.2.0
107107
# docker
108108
pexpect==4.8.0
109109
# via -r requirements/test.txt
110-
pip-tools==6.13.0
110+
pip-tools==6.14.0
111111
# via -r requirements/pip-tools.txt
112-
platformdirs==3.7.0
112+
platformdirs==3.8.0
113113
# via virtualenv
114-
pluggy==1.0.0
114+
pluggy==1.2.0
115115
# via
116116
# -r requirements/test.txt
117117
# pytest
@@ -141,7 +141,7 @@ pyrsistent==0.19.3
141141
# -r requirements/base.txt
142142
# -r requirements/test.txt
143143
# jsonschema
144-
pytest==7.3.2
144+
pytest==7.4.0
145145
# via -r requirements/test.txt
146146
python-dotenv==0.21.1
147147
# via
@@ -177,6 +177,7 @@ tomli==2.0.1
177177
# -r requirements/pip-tools.txt
178178
# -r requirements/test.txt
179179
# build
180+
# pip-tools
180181
# pyproject-hooks
181182
# pytest
182183
# tox

requirements/doc.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,8 @@ snowballstemmer==2.2.0
148148
# via sphinx
149149
soupsieve==2.4.1
150150
# via beautifulsoup4
151-
sphinx==5.3.0
151+
sphinx==6.2.1
152152
# via
153-
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
154153
# -r requirements/doc.in
155154
# pydata-sphinx-theme
156155
# sphinx-book-theme
@@ -176,7 +175,7 @@ texttable==1.6.7
176175
# docker-compose
177176
tomli==2.0.1
178177
# via doc8
179-
typing-extensions==4.6.3
178+
typing-extensions==4.7.1
180179
# via pydata-sphinx-theme
181180
urllib3==2.0.3
182181
# via

requirements/pip-tools.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ click==8.1.3
1010
# via pip-tools
1111
packaging==23.1
1212
# via build
13-
pip-tools==6.13.0
13+
pip-tools==6.14.0
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.0.0
1616
# via build
1717
tomli==2.0.1
18-
# via build
18+
# via
19+
# build
20+
# pip-tools
1921
wheel==0.40.0
2022
# via pip-tools
2123

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ docopt==0.6.2
4747
# via
4848
# -r requirements/base.txt
4949
# docker-compose
50-
exceptiongroup==1.1.1
50+
exceptiongroup==1.1.2
5151
# via pytest
5252
idna==3.4
5353
# via
@@ -70,7 +70,7 @@ paramiko==3.2.0
7070
# docker
7171
pexpect==4.8.0
7272
# via -r requirements/test.in
73-
pluggy==1.0.0
73+
pluggy==1.2.0
7474
# via pytest
7575
ptyprocess==0.7.0
7676
# via pexpect
@@ -86,7 +86,7 @@ pyrsistent==0.19.3
8686
# via
8787
# -r requirements/base.txt
8888
# jsonschema
89-
pytest==7.3.2
89+
pytest==7.4.0
9090
# via -r requirements/test.in
9191
python-dotenv==0.21.1
9292
# via

0 commit comments

Comments
 (0)