Skip to content

Commit

Permalink
chore: Updating Python Requirements (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 12, 2024
1 parent 1cc61ae commit 215f898
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.1
# via code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/base.txt
# pylint-celery
# pylint-django
python-slugify==8.0.3
python-slugify==8.0.4
# 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 @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==3.2.23
django==3.2.24
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -101,7 +101,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pytest==8.0.0
# via -r requirements/test.in
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/dev.txt
# code-annotations
Expand Down

0 comments on commit 215f898

Please sign in to comment.