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 Aug 7, 2023
1 parent 72ff1ac commit c017650
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pbr==5.11.1
# via stevedore
platformdirs==3.10.0
# via pylint
pygments==2.15.1
pygments==2.16.1
# via rich
pylint==2.17.5
# via
Expand Down
25 changes: 23 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ certifi==2023.7.22
# via
# -r requirements/test.txt
# requests
cffi==1.15.1
# via
# -r requirements/test.txt
# cryptography
chardet==5.2.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -80,6 +84,10 @@ cookiecutter==2.3.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==41.0.3
# via
# -r requirements/test.txt
# secretstorage
dill==0.3.7
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -151,6 +159,11 @@ jaraco-classes==3.3.0
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -223,13 +236,17 @@ py==1.11.0
# tox
pycodestyle==2.11.0
# via -r requirements/test.txt
pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.13.3
# via
# -r requirements/test.txt
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -316,6 +333,10 @@ rich==13.5.2
# -r requirements/test.txt
# cookiecutter
# twine
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
sh==2.0.4
# via -r requirements/test.txt
six==1.16.0
Expand Down Expand Up @@ -433,7 +454,7 @@ webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.41.0
wheel==0.41.1
# 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 @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.0
wheel==0.41.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 13 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
cffi==1.15.1
# via cryptography
chardet==5.2.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -64,6 +66,8 @@ cookiecutter==2.3.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==41.0.3
# via secretstorage
dill==0.3.7
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -119,6 +123,10 @@ isort==5.12.0
# pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -170,11 +178,13 @@ pluggy==1.2.0
# via pytest
pycodestyle==2.11.0
# via -r requirements/test.in
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.3
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.15.1
pygments==2.16.1
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down Expand Up @@ -247,6 +257,8 @@ rich==13.5.2
# -r requirements/base.txt
# cookiecutter
# twine
secretstorage==3.3.3
# via keyring
sh==2.0.4
# via -r requirements/test.in
six==1.16.0
Expand Down

0 comments on commit c017650

Please sign in to comment.