Skip to content

Commit

Permalink
chore: Updating Python Requirements (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 21, 2024
1 parent ca12d34 commit a42a77d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ sqlparse==0.4.4
# via django
typing-extensions==4.9.0
# via asgiref
urllib3==2.2.0
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion 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
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ colorama==0.4.6
coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -137,7 +136,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 @@ -195,7 +194,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 All @@ -204,7 +204,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.8.0
# via -r requirements/quality.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -259,15 +259,15 @@ 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
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/quality.txt
# requests
Expand Down
13 changes: 6 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ code-annotations==1.6.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via secretstorage
django==3.2.24
# via
Expand Down Expand Up @@ -75,7 +74,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -132,7 +131,7 @@ pyjwkest==1.4.2
# via -r requirements/test.txt
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -141,7 +140,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -214,14 +213,14 @@ tomli==2.0.1
# doc8
# pyproject-hooks
# pytest
twine==4.0.2
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
# via
# -r requirements/test.txt
# asgiref
# rich
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
Expand Down
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
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
7 changes: 3 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ code-annotations==1.6.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -113,7 +112,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 All @@ -122,7 +121,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -171,7 +170,7 @@ typing-extensions==4.9.0
# asgiref
# astroid
# pylint
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/test.txt
# requests
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ click==8.1.7
code-annotations==1.6.0
# via -r requirements/test.in
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -55,15 +53,15 @@ pycryptodomex==3.20.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down Expand Up @@ -95,7 +93,7 @@ typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests

0 comments on commit a42a77d

Please sign in to comment.