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 Feb 27, 2024
1 parent 4fc81da commit f11acdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.1.0
setuptools==69.1.1
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
Expand All @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via pytest-cov
dill==0.3.8
# via pylint
Expand All @@ -43,7 +43,7 @@ platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via pytest
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -57,7 +57,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.1
pytest==8.0.2
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements/test.in
Expand All @@ -67,7 +67,7 @@ pyyaml==6.0.1
# via code-annotations
six==1.16.0
# via edx-lint
stevedore==5.1.0
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -78,7 +78,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# astroid
# pylint

0 comments on commit f11acdd

Please sign in to comment.