Skip to content

Commit

Permalink
chore: Updating Python Requirements (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 1, 2024
1 parent 2b25aff commit 59832ac
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pandas==2.0.3
# via -r requirements/base.in
pluggy==1.4.0
# via pytest
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/base.in
# pytest-json-report
Expand All @@ -27,7 +27,7 @@ pytest-metadata==3.0.0
# via pytest-json-report
python-dateutil==2.8.2
# via pandas
pytz==2023.3.post1
pytz==2023.4
# via pandas
six==1.16.0
# via python-dateutil
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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/quality.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -126,7 +126,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -176,7 +176,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -185,7 +185,7 @@ pytest==7.4.4
# pytest-metadata
pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/quality.txt
pytest-json-report==1.5.0
# via -r requirements/quality.txt
Expand All @@ -197,11 +197,11 @@ python-dateutil==2.8.2
# via
# -r requirements/quality.txt
# pandas
python-slugify==8.0.1
python-slugify==8.0.3
# via
# -r requirements/quality.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/quality.txt
# django
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ click==8.1.7
# via
# -r requirements/test.txt
# code-annotations
code-annotations==1.5.0
code-annotations==1.6.0
# via -r requirements/test.txt
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
Expand Down Expand Up @@ -92,7 +92,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -101,7 +101,7 @@ pytest==7.4.4
# pytest-metadata
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
pytest-json-report==1.5.0
# via -r requirements/test.txt
Expand All @@ -113,11 +113,11 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# pandas
python-slugify==8.0.1
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# babel
Expand Down Expand Up @@ -180,7 +180,7 @@ tzdata==2023.4
# via
# -r requirements/test.txt
# pandas
urllib3==2.1.0
urllib3==2.2.0
# via requests
zipp==3.17.0
# via importlib-metadata
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.7
dill==0.3.8
# via pylint
edx-lint==5.3.6
# via -r requirements/quality.in
Expand Down Expand Up @@ -65,7 +65,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.1.0
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
# via
Expand All @@ -89,7 +89,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -98,7 +98,7 @@ pytest==7.4.4
# pytest-metadata
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.txt
pytest-json-report==1.5.0
# via -r requirements/test.txt
Expand All @@ -110,11 +110,11 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# pandas
python-slugify==8.0.1
python-slugify==8.0.3
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/test.txt
# pandas
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
click==8.1.7
# via code-annotations
code-annotations==1.5.0
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
Expand Down Expand Up @@ -40,7 +40,7 @@ pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/base.txt
# pytest-cov
Expand All @@ -49,7 +49,7 @@ pytest==7.4.4
# pytest-metadata
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/test.in
pytest-json-report==1.5.0
# via -r requirements/base.txt
Expand All @@ -61,9 +61,9 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# pandas
python-slugify==8.0.1
python-slugify==8.0.3
# via code-annotations
pytz==2023.3.post1
pytz==2023.4
# via
# -r requirements/base.txt
# pandas
Expand Down

0 comments on commit 59832ac

Please sign in to comment.