Skip to content

chore: Upgrade Python requirements #111

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

Merged
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.37.28
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.28
botocore==1.37.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -116,7 +116,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==10.11.0
edx-enterprise-data==10.11.1
# via -r requirements/base.in
edx-opaque-keys==2.12.0
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ pyjwt[crypto]==2.10.1
# edx-rest-api-client
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11.3
pymongo==4.12.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.37.28
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.28
botocore==1.37.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -116,7 +116,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==10.11.0
edx-enterprise-data==10.11.1
# via -r requirements/base.in
edx-opaque-keys==2.12.0
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ pyjwt[crypto]==2.10.1
# edx-rest-api-client
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11.3
pymongo==4.12.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ beautifulsoup4==4.13.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.37.28
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.28
botocore==1.37.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -130,7 +130,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==10.11.0
edx-enterprise-data==10.11.1
# via -r requirements/base.in
edx-opaque-keys==2.12.0
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ pyjwt[crypto]==2.10.1
# edx-rest-api-client
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11.3
pymongo==4.12.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.45.1
packaging==24.2
# via wheel
wheel==0.46.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ build==1.2.2.post1
click==8.1.8
# via pip-tools
packaging==24.2
# via build
# via
# build
# wheel
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
Expand All @@ -18,7 +20,7 @@ pyproject-hooks==1.2.0
# pip-tools
six==1.17.0
# via -r requirements/pip_tools.in
wheel==0.45.1
wheel==0.46.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ asgiref==3.8.1
# django-countries
boto==2.49.0
# via -r requirements/base.in
boto3==1.37.28
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.28
botocore==1.37.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -116,7 +116,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==10.11.0
edx-enterprise-data==10.11.1
# via -r requirements/base.in
edx-opaque-keys==2.12.0
# via
Expand Down Expand Up @@ -193,7 +193,7 @@ pyjwt[crypto]==2.10.1
# edx-rest-api-client
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11.3
pymongo==4.12.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ astroid==3.3.9
# via pylint
boto==2.49.0
# via -r requirements/base.in
boto3==1.37.28
boto3==1.37.30
# via -r requirements/base.in
botocore==1.37.28
botocore==1.37.30
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -131,7 +131,7 @@ edx-drf-extensions==10.6.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==10.11.0
edx-enterprise-data==10.11.1
# via -r requirements/base.in
edx-opaque-keys==2.12.0
# via
Expand Down Expand Up @@ -220,7 +220,7 @@ pylint==3.3.6
# via -r requirements/test.in
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11.3
pymongo==4.12.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
Loading