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 12, 2024
1 parent c825726 commit 7c42d88
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -33,7 +33,7 @@ pbr==6.0.0
# via stevedore
platformdirs==4.2.2
# via pylint
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/base.in
# pylint-celery
Expand All @@ -49,7 +49,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via code-annotations
six==1.16.0
# via -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
tox==4.17.1
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -63,7 +63,7 @@ pluggy==1.5.0
# via tox
py==1.11.0
# via tox
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/base.txt
# pylint-celery
Expand All @@ -82,7 +82,7 @@ python-slugify==8.0.4
# via
# -r requirements/base.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
Expand All @@ -22,9 +22,9 @@ tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==72.1.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.8.1
# via django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -24,7 +24,7 @@ code-annotations==1.8.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
coverage==7.6.0
coverage==7.6.1
# via -r requirements/test.in
dill==0.3.8
# via
Expand All @@ -34,7 +34,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -86,7 +86,7 @@ py==1.11.0
# via
# -r requirements/dev.txt
# tox
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/dev.txt
# pylint-celery
Expand All @@ -101,21 +101,21 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==8.2.2
pytest==8.3.2
# via -r requirements/test.in
python-slugify==8.0.4
# via
# -r requirements/dev.txt
# code-annotations
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/dev.txt
# code-annotations
six==1.16.0
# via
# -r requirements/dev.txt
# tox
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand Down

0 comments on commit 7c42d88

Please sign in to comment.