Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ttqureshi committed Nov 25, 2024
1 parent a42e959 commit 1a4e644
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 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.8.1
# via django
boto3==1.35.63
boto3==1.35.68
# via fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -79,7 +79,7 @@ pyyaml==6.0.2
# via
# edx-i18n-tools
# xblock
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via xblock
Expand All @@ -90,7 +90,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.63
boto3==1.35.68
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -80,7 +80,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -95,7 +95,7 @@ cookiecutter==2.6.0
# -r requirements/quality.txt
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -384,7 +384,7 @@ rich==13.9.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -412,7 +412,7 @@ sqlparse==0.5.2
# -r requirements/quality.txt
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -464,7 +464,7 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.63
boto3==1.35.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -65,7 +65,7 @@ click==8.1.7
# -r requirements/test.txt
# code-annotations
# cookiecutter
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.txt
colorama==0.4.6
# via
Expand All @@ -75,7 +75,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -314,7 +314,7 @@ rich==13.9.4
# -r requirements/test.txt
# cookiecutter
# twine
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -356,7 +356,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
12 changes: 6 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.35.63
boto3==1.35.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -71,7 +71,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -284,7 +284,7 @@ rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
Expand All @@ -306,7 +306,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.63
boto3==1.35.68
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/base.txt
# boto3
Expand All @@ -39,13 +39,13 @@ click==8.1.7
# via
# code-annotations
# cookiecutter
code-annotations==1.8.1
code-annotations==1.8.2
# via -r requirements/test.in
colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via pytest-cov
distlib==0.3.9
# via virtualenv
Expand Down Expand Up @@ -200,7 +200,7 @@ requests==2.32.3
# xblock-sdk
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/base.txt
# boto3
Expand All @@ -219,7 +219,7 @@ sqlparse==0.5.2
# via
# -r requirements/base.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down

0 comments on commit 1a4e644

Please sign in to comment.