Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #444

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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 All @@ -59,7 +59,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.13.0
tomlkit==0.13.2
# via pylint
typing-extensions==4.12.2
# via
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.5.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.18.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
8 changes: 4 additions & 4 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 All @@ -104,7 +104,7 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/base.txt
# pylint
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.2.0
# via -r requirements/pip.in
16 changes: 8 additions & 8 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 All @@ -131,7 +131,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.13.0
tomlkit==0.13.2
# via
# -r requirements/dev.txt
# pylint
Expand Down