Skip to content

Commit

Permalink
chore: Updating Python Requirements (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 12, 2023
1 parent fbf7f74 commit df10fda
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
25 changes: 10 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -97,7 +93,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -200,6 +196,10 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
nh3==0.2.14
# via
# -r requirements/test.txt
# readme-renderer
packaging==23.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -282,7 +282,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cookies
Expand All @@ -297,7 +297,7 @@ python-slugify==8.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# babel
Expand All @@ -307,7 +307,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# cookiecutter
readme-renderer==41.0
readme-renderer==42.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -345,7 +345,6 @@ six==1.16.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# bleach
# edx-lint
# python-dateutil
# tox
Expand Down Expand Up @@ -449,15 +448,11 @@ urllib3==2.0.4
# -r requirements/test.txt
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
webencodings==0.5.1
# via
# -r requirements/test.txt
# bleach
wheel==0.41.2
# via
# -r requirements/pip-tools.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
19 changes: 8 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
bleach==6.0.0
# via readme-renderer
build==1.0.0
build==1.0.3
# via -r requirements/test.in
certifi==2023.7.22
# via
Expand Down Expand Up @@ -74,7 +72,7 @@ dill==0.3.7
# pylint
distlib==0.3.7
# via virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -158,6 +156,8 @@ mdurl==0.1.2
# markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# build
Expand Down Expand Up @@ -216,7 +216,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
Expand All @@ -229,7 +229,7 @@ python-slugify==8.0.1
# -r requirements/base.txt
# code-annotations
# cookiecutter
pytz==2023.3
pytz==2023.3.post1
# via
# babel
# django
Expand All @@ -238,7 +238,7 @@ pyyaml==6.0.1
# -r requirements/base.txt
# code-annotations
# cookiecutter
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -265,7 +265,6 @@ sh==2.0.6
six==1.16.0
# via
# -r requirements/base.txt
# bleach
# edx-lint
# python-dateutil
snowballstemmer==2.2.0
Expand Down Expand Up @@ -337,10 +336,8 @@ urllib3==2.0.4
# -r requirements/base.txt
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via -r requirements/test.in
webencodings==0.5.1
# via bleach
wrapt==1.15.0
# via
# -r requirements/base.txt
Expand Down

0 comments on commit df10fda

Please sign in to comment.