Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 24, 2024
1 parent 0ce857b commit 79e2631
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
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 @@ -92,7 +92,7 @@ requests==2.32.3
# cookiecutter
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.63
boto3==1.35.68
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -73,7 +73,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 edx-lint
colorama==0.4.6
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ pytest-django==4.9.0
# via
# -r requirements/test.in
# -r requirements/test.txt
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -297,7 +297,7 @@ rich==13.9.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -322,7 +322,7 @@ sqlparse==0.5.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via
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 /home/runner/work/xblock-sdk/xblock-sdk/requirements/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 @@ -26,11 +26,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 @@ -61,7 +61,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 edx-lint
colorama==0.4.6
# via
Expand Down Expand Up @@ -219,7 +219,7 @@ pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.9.0
# via -r requirements/test.txt
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -250,7 +250,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 @@ -271,7 +271,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# 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 Down Expand Up @@ -160,7 +160,7 @@ pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ rich==13.9.4
# via
# -r requirements/base.txt
# cookiecutter
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/base.txt
# boto3
Expand Down

0 comments on commit 79e2631

Please sign in to comment.