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 Oct 7, 2024
1 parent 248d78b commit c277b9e
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 35 deletions.
18 changes: 12 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -19,7 +19,7 @@ code-annotations==1.8.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
dill==0.3.8
dill==0.3.9
# via pylint
isort==5.13.2
# via pylint
Expand All @@ -29,11 +29,11 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.6
# via pylint
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/base.in
# pylint-celery
Expand All @@ -53,9 +53,15 @@ pyyaml==6.0.2
# via code-annotations
six==1.16.0
# via -r requirements/base.in
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.2
# via pylint
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
# astroid
# pylint
18 changes: 12 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -12,23 +12,29 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.0
tomli==2.0.2
# via
# pyproject-api
# tox
tox==4.21.2
# via -r requirements/ci.in
virtualenv==20.26.3
typing-extensions==4.12.2
# via tox
virtualenv==20.26.6
# via tox
27 changes: 19 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -20,13 +20,13 @@ code-annotations==1.8.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/base.txt
# pylint
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand All @@ -50,11 +50,11 @@ packaging==24.1
# via
# pyproject-api
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/base.txt
# pylint
Expand All @@ -63,7 +63,7 @@ pluggy==1.5.0
# via tox
py==1.11.0
# via tox
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/base.txt
# pylint-celery
Expand All @@ -90,14 +90,20 @@ six==1.16.0
# via
# -r requirements/base.txt
# tox
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tomli==2.0.2
# via
# -r requirements/base.txt
# pylint
# pyproject-api
# tox
tomlkit==0.13.2
# via
# -r requirements/base.txt
Expand All @@ -108,5 +114,10 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
virtualenv==20.26.3
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# astroid
# pylint
virtualenv==20.26.6
# via tox
14 changes: 11 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.2
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==72.2.0
setuptools==75.1.0
# via -r requirements/pip.in
36 changes: 26 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -11,6 +11,8 @@ astroid==3.2.4
# -r requirements/dev.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
click==8.1.7
# via
# -r requirements/dev.txt
Expand All @@ -24,19 +26,21 @@ code-annotations==1.8.0
# -r requirements/dev.txt
coverage==7.6.1
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via
# -r requirements/dev.txt
# pylint
distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
filelock==3.15.4
exceptiongroup==1.2.2
# via pytest
filelock==3.16.1
# via
# -r requirements/dev.txt
# tox
Expand Down Expand Up @@ -64,11 +68,11 @@ packaging==24.1
# -r requirements/dev.txt
# pytest
# tox
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/dev.txt
# stevedore
platformdirs==4.2.2
platformdirs==4.3.6
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -82,7 +86,7 @@ py==1.11.0
# via
# -r requirements/dev.txt
# tox
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/dev.txt
# pylint-celery
Expand All @@ -97,7 +101,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==8.3.2
pytest==8.3.3
# via -r requirements/test.in
python-slugify==8.0.4
# via
Expand All @@ -113,14 +117,20 @@ six==1.16.0
# tox
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/dev.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/dev.txt
# python-slugify
tomli==2.0.2
# via
# -r requirements/dev.txt
# pylint
# pytest
# tox
tomlkit==0.13.2
# via
# -r requirements/dev.txt
Expand All @@ -131,7 +141,13 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.txt
virtualenv==20.26.3
typing-extensions==4.12.2
# via
# -r requirements/dev.txt
# asgiref
# astroid
# pylint
virtualenv==20.26.6
# via
# -r requirements/dev.txt
# tox

0 comments on commit c277b9e

Please sign in to comment.