Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 23, 2024
1 parent f24b8e1 commit 6fc6840
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
8 changes: 4 additions & 4 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.81
boto3==1.35.86
# via fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# boto3
# s3transfer
Expand All @@ -24,7 +24,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via cookiecutter
cookiecutter==2.6.0
# via -r requirements/base.in
Expand All @@ -44,7 +44,7 @@ fs-s3fs==1.1.1
# openedx-django-pyfs
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via cookiecutter
jmespath==1.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
Expand All @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -63,7 +63,7 @@ charset-normalizer==3.4.0
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -136,7 +136,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.6
astroid==3.3.7
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.81
boto3==1.35.86
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/test.txt
# boto3
Expand All @@ -52,7 +52,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -115,7 +115,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
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.81
boto3==1.35.86
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.81
botocore==1.35.86
# via
# -r requirements/base.txt
# boto3
Expand All @@ -46,7 +46,7 @@ charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -86,7 +86,7 @@ idna==3.10
# requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/base.txt
# cookiecutter
Expand Down

0 comments on commit 6fc6840

Please sign in to comment.