File tree Expand file tree Collapse file tree 8 files changed +23
-21
lines changed
Expand file tree Collapse file tree 8 files changed +23
-21
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ six==1.16.0
6868 # via python-dateutil
6969sqlparse==0.4.4
7070 # via django
71- typing-extensions==4.6.3
71+ typing-extensions==4.7.1
7272 # via
7373 # asgiref
7474 # kombu
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ filelock==3.12.2
1212 # virtualenv
1313packaging==23.1
1414 # via tox
15- platformdirs==3.6 .0
15+ platformdirs==3.8 .0
1616 # via virtualenv
17- pluggy==1.0 .0
17+ pluggy==1.2 .0
1818 # via tox
1919py==1.11.0
2020 # via tox
Original file line number Diff line number Diff line change @@ -159,15 +159,15 @@ pbr==5.11.1
159159 # via
160160 # -r requirements/quality.txt
161161 # stevedore
162- pip-tools==6.13 .0
162+ pip-tools==6.14 .0
163163 # via -r requirements/pip-tools.txt
164- platformdirs==3.6 .0
164+ platformdirs==3.8 .0
165165 # via
166166 # -r requirements/ci.txt
167167 # -r requirements/quality.txt
168168 # pylint
169169 # virtualenv
170- pluggy==1.0 .0
170+ pluggy==1.2 .0
171171 # via
172172 # -r requirements/ci.txt
173173 # -r requirements/test.txt
@@ -211,7 +211,7 @@ pyproject-hooks==1.0.0
211211 # via
212212 # -r requirements/pip-tools.txt
213213 # build
214- pytest==7.3.2
214+ pytest==7.4.0
215215 # via
216216 # -r requirements/test.txt
217217 # pytest-cov
@@ -278,6 +278,7 @@ tomli==2.0.1
278278 # -r requirements/test.txt
279279 # build
280280 # coverage
281+ # pip-tools
281282 # pylint
282283 # pyproject-hooks
283284 # pytest
@@ -293,7 +294,7 @@ tox==3.28.0
293294 # tox-battery
294295tox-battery==0.6.1
295296 # via -r requirements/ci.txt
296- typing-extensions==4.6.3
297+ typing-extensions==4.7.1
297298 # via
298299 # -r requirements/quality.txt
299300 # -r requirements/test.txt
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jinja2==3.1.2
133133 # swagger2rst
134134jsonschema==4.17.3
135135 # via swagger2rst
136- keyring==23.13.1
136+ keyring==24.2.0
137137 # via twine
138138kombu==5.3.1
139139 # via
@@ -196,7 +196,7 @@ pyyaml==5.4.1
196196 # -r requirements/base.txt
197197 # drf-yasg
198198 # swagger2rst
199- readme-renderer==37.3
199+ readme-renderer==40.0
200200 # via twine
201201requests==2.31.0
202202 # via
@@ -227,9 +227,8 @@ snowballstemmer==2.2.0
227227 # via sphinx
228228soupsieve==2.4.1
229229 # via beautifulsoup4
230- sphinx==5.3.0
230+ sphinx==6.2.1
231231 # via
232- # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
233232 # -r requirements/doc.in
234233 # pydata-sphinx-theme
235234 # sphinx-book-theme
@@ -261,7 +260,7 @@ tomli==2.0.1
261260 # via doc8
262261twine==4.0.2
263262 # via -r requirements/doc.in
264- typing-extensions==4.6.3
263+ typing-extensions==4.7.1
265264 # via
266265 # -r requirements/base.txt
267266 # asgiref
Original file line number Diff line number Diff line change @@ -10,12 +10,14 @@ click==8.1.3
1010 # via pip-tools
1111packaging==23.1
1212 # via build
13- pip-tools==6.13 .0
13+ pip-tools==6.14 .0
1414 # via -r requirements/pip-tools.in
1515pyproject-hooks==1.0.0
1616 # via build
1717tomli==2.0.1
18- # via build
18+ # via
19+ # build
20+ # pip-tools
1921wheel==0.40.0
2022 # via pip-tools
2123
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ wheel==0.40.0
1010# The following packages are considered to be unsafe in a requirements file:
1111pip==23.1.2
1212 # via -r requirements/pip.in
13- setuptools==67.8 .0
13+ setuptools==68.0 .0
1414 # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ mccabe==0.7.0
3535 # via pylint
3636pbr==5.11.1
3737 # via stevedore
38- platformdirs==3.6 .0
38+ platformdirs==3.8 .0
3939 # via pylint
4040pycodestyle==2.10.0
4141 # via -r requirements/quality.in
@@ -73,7 +73,7 @@ tomli==2.0.1
7373 # via pylint
7474tomlkit==0.11.8
7575 # via pylint
76- typing-extensions==4.6.3
76+ typing-extensions==4.7.1
7777 # via
7878 # astroid
7979 # pylint
Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ packaging==23.1
7373 # -r requirements/test.in
7474 # drf-yasg
7575 # pytest
76- pluggy==1.0 .0
76+ pluggy==1.2 .0
7777 # via pytest
7878 # via
7979 # -r requirements/base.txt
8080 # click-repl
81- pytest==7.3.2
81+ pytest==7.4.0
8282 # via
8383 # pytest-cov
8484 # pytest-django
@@ -117,7 +117,7 @@ tomli==2.0.1
117117 # via
118118 # coverage
119119 # pytest
120- typing-extensions==4.6.3
120+ typing-extensions==4.7.1
121121 # via
122122 # -r requirements/base.txt
123123 # asgiref
You can’t perform that action at this time.
0 commit comments