Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
opencraft-requirements-bot authored and Agrendalath committed Feb 22, 2024
1 parent 47b91e8 commit 58190db
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 33 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
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 @@ -44,7 +44,7 @@ markupsafe==2.1.5
# via
# mako
# xblock
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via xblock
pbr==6.0.0
# via stevedore
Expand Down
13 changes: 6 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.txt
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -91,7 +91,6 @@ coverage[toml]==7.4.1
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# coverage
# pytest-cov
ddt==1.7.1
# via
Expand Down Expand Up @@ -241,7 +240,7 @@ nose==1.3.7
# via
# -r requirements/workbench.txt
# needle
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
Expand Down Expand Up @@ -269,7 +268,7 @@ pillow==10.2.0
# via
# -r requirements/workbench.txt
# needle
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 @@ -336,7 +335,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
# -r requirements/workbench.txt
Expand Down Expand Up @@ -505,7 +505,6 @@ xblock[django]==1.10.0
# via
# -r requirements/quality.txt
# -r requirements/workbench.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
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
10 changes: 4 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,6 @@ cookiecutter==2.5.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -162,7 +161,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -218,7 +217,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -330,7 +329,6 @@ webob==1.8.7
xblock[django]==1.10.0
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
13 changes: 5 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.7.2
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/base.txt
# boto3
Expand All @@ -40,9 +40,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
# via
Expand Down Expand Up @@ -114,7 +112,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -138,7 +136,7 @@ pymongo==3.13.0
# edx-opaque-keys
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -233,7 +231,6 @@ xblock[django]==1.10.0
# via
# -r requirements/base.txt
# -r requirements/test.in
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down
10 changes: 4 additions & 6 deletions requirements/workbench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bok-choy==0.7.1
# via
# -c requirements/constraints.txt
# -r requirements/workbench.in
boto3==1.34.39
boto3==1.34.44
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.39
botocore==1.34.44
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,6 @@ cookiecutter==2.5.0
coverage[toml]==7.4.1
# via
# -r requirements/test.txt
# coverage
# pytest-cov
ddt==1.7.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -154,7 +153,7 @@ needle==0.5.0
# via bok-choy
nose==1.3.7
# via needle
openedx-django-pyfs==3.4.1
openedx-django-pyfs==3.5.0
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -193,7 +192,7 @@ pypng==0.20220715.0
# -r requirements/test.txt
# -r requirements/workbench.in
# xblock-sdk
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -308,7 +307,6 @@ webob==1.8.7
xblock[django]==1.10.0
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
Expand Down

0 comments on commit 58190db

Please sign in to comment.