Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 27, 2023
1 parent 32fac41 commit 1f7ddc5
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via -r requirements/base.in
dill==0.3.7
# via pylint
edx-lint==5.3.6
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
isort==5.12.0
# via pylint
Expand All @@ -56,7 +56,7 @@ platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pygments==2.17.1
pygments==2.17.2
# via rich
pylint==3.0.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/test.txt
# pytest-cookies
Expand Down Expand Up @@ -125,7 +125,7 @@ docutils==0.18.1
# sphinx-rtd-theme
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand All @@ -135,7 +135,7 @@ filelock==3.13.1
# -r requirements/test.txt
# tox
# virtualenv
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -253,7 +253,7 @@ pydata-sphinx-theme==0.14.3
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.17.1
pygments==2.17.2
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -453,12 +453,12 @@ urllib3==2.1.0
# -r requirements/test.txt
# requests
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ code-annotations==1.5.0
# via
# -r requirements/base.txt
# edx-lint
cookiecutter==2.4.0
cookiecutter==2.5.0
# via
# -r requirements/base.txt
# pytest-cookies
Expand Down Expand Up @@ -95,11 +95,11 @@ edx-lint==5.3.6
# via
# -r requirements/base.txt
# -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via virtualenv
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -182,7 +182,7 @@ pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.17.1
pygments==2.17.2
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down Expand Up @@ -336,7 +336,7 @@ urllib3==2.1.0
# -r requirements/base.txt
# requests
# twine
virtualenv==20.24.6
virtualenv==20.24.7
# via -r requirements/test.in
zipp==3.17.0
# via
Expand Down

0 comments on commit 1f7ddc5

Please sign in to comment.