Skip to content

Commit

Permalink
chore: Updating Python Requirements (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 4, 2024
1 parent ab9479e commit aed87f8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/base.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ astroid==3.1.0
# -r requirements/dev.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
click==8.1.7
# via
# -r requirements/dev.txt
Expand All @@ -32,7 +34,7 @@ distlib==0.3.8
# via
# -r requirements/dev.txt
# virtualenv
django==3.2.24
django==4.2.10
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -99,14 +101,12 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==8.0.2
pytest==8.1.0
# via -r requirements/test.in
python-slugify==8.0.4
# via
# -r requirements/dev.txt
# code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via
# -r requirements/dev.txt
Expand All @@ -131,7 +131,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/dev.txt
# pylint
Expand Down

0 comments on commit aed87f8

Please sign in to comment.