Skip to content

Commit

Permalink
chore: Updating Python Requirements (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 22, 2024
1 parent f3de5e3 commit cf4f6e3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 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==8.0.0
pytest==8.0.1
# via
# -r requirements/base.in
# pytest-json-report
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -124,7 +123,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -176,7 +175,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -247,7 +247,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
typing-extensions==4.9.0
# via
Expand All @@ -259,7 +259,7 @@ tzdata==2024.1
# via
# -r requirements/quality.txt
# pandas
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
7 changes: 3 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ click==8.1.7
# code-annotations
code-annotations==1.6.0
# via -r requirements/test.txt
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
doc8==1.1.1
# via -r requirements/doc.in
Expand Down Expand Up @@ -92,7 +91,7 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -180,7 +179,7 @@ tzdata==2024.1
# via
# -r requirements/test.txt
# pandas
urllib3==2.2.0
urllib3==2.2.1
# via requests
zipp==3.17.0
# via importlib-metadata
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
5 changes: 2 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ code-annotations==1.6.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -89,7 +88,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ click==8.1.7
# via code-annotations
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
coverage[toml]==7.4.2
# via pytest-cov
exceptiongroup==1.2.0
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -40,7 +38,7 @@ pluggy==1.4.0
# via
# -r requirements/base.txt
# pytest
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/base.txt
# pytest-cov
Expand Down

0 comments on commit cf4f6e3

Please sign in to comment.