This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-13
lines changed
Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ idna==3.4
3232 # via requests
3333jsonschema==3.2.0
3434 # via docker-compose
35- packaging==22 .0
35+ packaging==23 .0
3636 # via docker
3737paramiko==2.12.0
3838 # via docker
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ idna==3.4
8383 # -r requirements/base.txt
8484 # -r requirements/test.txt
8585 # requests
86- iniconfig==1.1.1
86+ iniconfig==2.0.0
8787 # via
8888 # -r requirements/test.txt
8989 # pytest
@@ -92,7 +92,7 @@ jsonschema==3.2.0
9292 # -r requirements/base.txt
9393 # -r requirements/test.txt
9494 # docker-compose
95- packaging==22 .0
95+ packaging==23 .0
9696 # via
9797 # -r requirements/base.txt
9898 # -r requirements/pip-tools.txt
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ jsonschema==3.2.0
7979 # docker-compose
8080markupsafe==2.1.1
8181 # via jinja2
82- packaging==22 .0
82+ packaging==23 .0
8383 # via
8484 # -r requirements/base.txt
8585 # docker
@@ -138,11 +138,12 @@ six==1.16.0
138138 # websocket-client
139139snowballstemmer==2.2.0
140140 # via sphinx
141- sphinx==6.0 .0
141+ sphinx==5.3 .0
142142 # via
143+ # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
143144 # -r requirements/doc.in
144145 # edx-sphinx-theme
145- sphinxcontrib-applehelp==1.0.2
146+ sphinxcontrib-applehelp==1.0.3
146147 # via sphinx
147148sphinxcontrib-devhelp==1.0.2
148149 # via sphinx
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build==0.9.0
88 # via pip-tools
99click==8.1.3
1010 # via pip-tools
11- packaging==22 .0
11+ packaging==23 .0
1212 # via build
1313pep517==0.13.0
1414 # via build
Original file line number Diff line number Diff line change 44#
55# make upgrade
66#
7- wheel==0.38.4
8- # via -r requirements/pip.in
9-
10- # The following packages are considered to be unsafe in a requirements file:
117pip==22.3.1
128 # via -r requirements/pip.in
139setuptools==59.8.0
1410 # via
1511 # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
1612 # -r requirements/pip.in
13+ wheel==0.38.4
14+ # via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ idna==3.4
5454 # via
5555 # -r requirements/base.txt
5656 # requests
57- iniconfig==1.1.1
57+ iniconfig==2.0.0
5858 # via pytest
5959jsonschema==3.2.0
6060 # via
6161 # -r requirements/base.txt
6262 # docker-compose
63- packaging==22 .0
63+ packaging==23 .0
6464 # via
6565 # -r requirements/base.txt
6666 # docker
You can’t perform that action at this time.
0 commit comments