Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #346

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
# django-cors-headers
beautifulsoup4==4.12.3
# via wagtail
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.in
botocore==1.35.14
botocore==1.35.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -106,7 +106,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.in
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.35.14
boto3==1.35.15
# via -r requirements/quality.txt
botocore==1.35.14
botocore==1.35.15
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -188,7 +188,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/quality.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/quality.txt
edx-django-release-util==1.4.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -391,7 +391,7 @@ pyproject-api==1.7.1
# via
# -r requirements/quality.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.35.14
boto3==1.35.15
# via -r requirements/test.txt
botocore==1.35.14
botocore==1.35.15
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -191,7 +191,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -385,7 +385,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.35.14
boto3==1.35.15
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.35.14
botocore==1.35.15
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -139,7 +139,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.35.14
boto3==1.35.15
# via -r requirements/test.txt
botocore==1.35.14
botocore==1.35.15
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -179,7 +179,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/test.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -367,7 +367,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.35.14
boto3==1.35.15
# via -r requirements/base.txt
botocore==1.35.14
botocore==1.35.15
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -167,7 +167,7 @@ drf-yasg==1.21.7
# edx-api-doc-tools
edx-api-doc-tools==1.8.0
# via -r requirements/base.txt
edx-auth-backends==4.3.0
edx-auth-backends==4.4.0
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -331,7 +331,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down
Loading