Skip to content

Commit

Permalink
chore: Updating Python Requirements (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 3, 2023
1 parent f9a9479 commit 7573005
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pylint==2.17.4
# via
Expand Down Expand Up @@ -63,7 +63,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# astroid
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down Expand Up @@ -116,7 +116,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.in
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/base.txt
# astroid
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ click==8.1.3
# via pip-tools
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
# via
# build
# pip-tools
wheel==0.40.0
# 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.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ pbr==5.11.1
# via
# -r requirements/dev.txt
# stevedore
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/dev.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/dev.txt
# pytest
Expand All @@ -103,7 +103,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==7.3.2
pytest==7.4.0
# via -r requirements/test.in
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/dev.txt
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# -r requirements/dev.txt
# astroid
Expand Down

0 comments on commit 7573005

Please sign in to comment.