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 #786

Merged
merged 1 commit into from
Sep 2, 2024
Merged
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ markupsafe==2.1.5
# via
# -r requirements/base.in
# mako
pbr==6.0.0
pbr==6.1.0
# via stevedore
pymongo==4.8.0
# via edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.5
boto3==1.35.10
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -176,7 +176,7 @@ packaging==24.1
# tox
path==17.0.0
# via -r requirements/test.txt
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
Expand All @@ -202,7 +202,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# diff-cover
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down
6 changes: 3 additions & 3 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
boto3==1.35.5
boto3==1.35.10
# via fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,7 +50,7 @@ markupsafe==2.1.5
# mako
openedx-django-pyfs==3.7.0
# via -r requirements/django.in
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.5
boto3==1.35.10
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -89,7 +89,7 @@ packaging==24.1
# via
# pydata-sphinx-theme
# sphinx
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
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.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
setuptools==74.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.2.4
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.5
boto3==1.35.10
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.5
botocore==1.35.10
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -128,7 +128,7 @@ packaging==24.1
# tox
path==17.0.0
# via -r requirements/test.in
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/django.txt
# stevedore
Expand All @@ -146,7 +146,7 @@ pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.18.0
# via diff-cover
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.in
# edx-lint
Expand Down
Loading