Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ idna==3.4
# via requests
jsonschema==3.2.0
# via docker-compose
packaging==22.0
packaging==23.0
# via docker
paramiko==2.12.0
# via docker
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ idna==3.4
# -r requirements/base.txt
# -r requirements/test.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -92,7 +92,7 @@ jsonschema==3.2.0
# -r requirements/base.txt
# -r requirements/test.txt
# docker-compose
packaging==22.0
packaging==23.0
# via
# -r requirements/base.txt
# -r requirements/pip-tools.txt
Expand Down
7 changes: 4 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jsonschema==3.2.0
# docker-compose
markupsafe==2.1.1
# via jinja2
packaging==22.0
packaging==23.0
# via
# -r requirements/base.txt
# docker
Expand Down Expand Up @@ -138,11 +138,12 @@ six==1.16.0
# websocket-client
snowballstemmer==2.2.0
# via sphinx
sphinx==6.0.0
sphinx==5.3.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/doc.in
# edx-sphinx-theme
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.3
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==0.9.0
# via pip-tools
click==8.1.3
# via pip-tools
packaging==22.0
packaging==23.0
# via build
pep517==0.13.0
# via build
Expand Down
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
#
# make upgrade
#
wheel==0.38.4
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
# via -r requirements/pip.in
setuptools==59.8.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
wheel==0.38.4
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ idna==3.4
# via
# -r requirements/base.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
jsonschema==3.2.0
# via
# -r requirements/base.txt
# docker-compose
packaging==22.0
packaging==23.0
# via
# -r requirements/base.txt
# docker
Expand Down