Skip to content

Commit

Permalink
chore: Updating Python Requirements (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 6, 2024
1 parent 25f9dc5 commit 1cc61ae
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.2
astroid==3.0.3
# via
# pylint
# pylint-celery
Expand All @@ -15,7 +15,7 @@ click==8.1.7
# code-annotations
click-log==0.4.0
# via -r requirements/base.in
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -25,13 +25,13 @@ isort==5.13.2
# via pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
pbr==6.0.0
# via stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pylint==3.0.3
# via
Expand All @@ -47,7 +47,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.2
python-slugify==8.0.3
# via code-annotations
pyyaml==6.0.1
# via code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/base.txt
# pylint
Expand All @@ -16,7 +16,7 @@ click==8.1.7
# code-annotations
click-log==0.4.0
# via -r requirements/base.txt
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand All @@ -38,7 +38,7 @@ jinja2==3.1.3
# via
# -r requirements/base.txt
# code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -54,7 +54,7 @@ pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/base.txt
# pylint
Expand All @@ -78,7 +78,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/base.txt
# pylint-celery
# pylint-django
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/base.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/dev.txt
# pylint
Expand All @@ -18,7 +18,7 @@ click==8.1.7
# code-annotations
click-log==0.4.0
# via -r requirements/dev.txt
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
Expand Down Expand Up @@ -53,7 +53,7 @@ jinja2==3.1.3
# via
# -r requirements/dev.txt
# code-annotations
markupsafe==2.1.4
markupsafe==2.1.5
# via
# -r requirements/dev.txt
# jinja2
Expand All @@ -70,7 +70,7 @@ pbr==6.0.0
# via
# -r requirements/dev.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/dev.txt
# pylint
Expand Down Expand Up @@ -101,11 +101,11 @@ pylint-plugin-utils==0.8.2
# pylint-django
pytest==8.0.0
# via -r requirements/test.in
python-slugify==8.0.2
python-slugify==8.0.3
# via
# -r requirements/dev.txt
# code-annotations
pytz==2023.3.post1
pytz==2024.1
# via django
pyyaml==6.0.1
# via
Expand Down

0 comments on commit 1cc61ae

Please sign in to comment.