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 19, 2024
1 parent a86f8ce commit 2b1f0b1
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 35 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
typing-extensions==4.9.0
# via asgiref
urllib3==2.2.0
urllib3==2.2.1
# via requests
virtualenv==20.25.0
# via tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.39
boto3==1.34.44
# via fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,9 +50,7 @@ code-annotations==1.6.0
cookiecutter==2.5.0
# via xblock-sdk
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.3
Expand Down Expand Up @@ -83,7 +81,7 @@ fs-s3fs==1.1.1
# xblock-sdk
gitdb==4.0.11
# via gitpython
gitpython==3.1.41
gitpython==3.1.42
# via transifex-client
idna==3.6
# via requests
Expand Down Expand Up @@ -130,7 +128,7 @@ mock==5.1.0
# via -r requirements/test.in
nose==1.3.7
# via -r requirements/test.in
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via xblock
packaging==23.2
# via
Expand All @@ -141,7 +139,7 @@ path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/dev.in
platformdirs==4.2.0
# via pylint
Expand Down Expand Up @@ -179,8 +177,10 @@ pypng==0.20220715.0
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-cov
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
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-functools-lru-cache==2.0.0
# via caniusepython3
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.39
boto3==1.34.44
# via fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,9 +50,7 @@ code-annotations==1.6.0
cookiecutter==2.5.0
# via xblock-sdk
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.3
Expand Down Expand Up @@ -83,7 +81,7 @@ fs-s3fs==1.1.1
# xblock-sdk
gitdb==4.0.11
# via gitpython
gitpython==3.1.41
gitpython==3.1.42
# via transifex-client
idna==3.6
# via requests
Expand Down Expand Up @@ -130,7 +128,7 @@ mock==5.1.0
# via -r requirements/test.in
nose==1.3.7
# via -r requirements/test.in
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via xblock
packaging==23.2
# via
Expand All @@ -141,7 +139,7 @@ path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/dev.in
platformdirs==4.2.0
# via pylint
Expand Down Expand Up @@ -179,8 +177,10 @@ pypng==0.20220715.0
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.7.2
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.39
boto3==1.34.44
# via fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# boto3
# s3transfer
Expand All @@ -35,9 +35,7 @@ click==8.1.7
cookiecutter==2.5.0
# via xblock-sdk
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
# via pytest-cov
ddt==1.7.1
# via -r requirements/test.in
diff-cover==8.0.3
Expand All @@ -63,7 +61,7 @@ fs-s3fs==1.1.1
# xblock-sdk
gitdb==4.0.11
# via gitpython
gitpython==3.1.41
gitpython==3.1.42
# via transifex-client
idna==3.6
# via requests
Expand Down Expand Up @@ -101,15 +99,15 @@ mock==5.1.0
# via -r requirements/test.in
nose==1.3.7
# via -r requirements/test.in
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via xblock
packaging==23.2
# via
# build
# pytest
path==16.10.0
# via edx-i18n-tools
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/dev.in
pluggy==1.4.0
# via
Expand All @@ -126,8 +124,10 @@ pypng==0.20220715.0
# -r requirements/dev.in
# xblock-sdk
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 2b1f0b1

Please sign in to comment.