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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ billiard==4.2.1
# via celery
bleach[css]==6.2.0
# via -r requirements/base.in
boto3==1.36.26
boto3==1.37.4
# via django-ses
botocore==1.36.26
botocore==1.37.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -59,7 +59,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.2.0
# via edx-toggles
cryptography==44.0.1
cryptography==44.0.2
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -95,7 +95,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/base.in
django-celery-results==2.5.1
# via -r requirements/base.in
Expand Down Expand Up @@ -261,7 +261,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/base.in
s3transfer==0.11.2
s3transfer==0.11.3
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/validation.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/validation.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -104,7 +104,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/validation.txt
# pyjwt
Expand Down Expand Up @@ -156,7 +156,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/validation.txt
django-celery-results==2.5.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -278,7 +278,7 @@ iniconfig==2.0.0
# via
# -r requirements/validation.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -441,7 +441,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -501,7 +501,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/validation.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/validation.txt
# boto3
Expand Down
18 changes: 9 additions & 9 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/test.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/test.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -108,7 +108,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -152,7 +152,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/test.txt
django-celery-results==2.5.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -273,7 +273,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -321,7 +321,7 @@ newrelic==10.6.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.20
nh3==0.2.21
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -407,7 +407,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -471,7 +471,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/test.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -502,7 +502,7 @@ social-auth-core==4.5.6
# social-auth-app-django
soupsieve==2.6
# via beautifulsoup4
sphinx==8.2.1
sphinx==8.2.3
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/license-manager/license-manager/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.8.0
setuptools==75.8.2
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/base.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ code-annotations==2.2.0
# via
# -r requirements/base.txt
# edx-toggles
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -120,7 +120,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/base.txt
django-celery-results==2.5.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -354,7 +354,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/base.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/base.txt
# boto3
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/base.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -91,7 +91,7 @@ code-annotations==2.2.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -131,7 +131,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/base.txt
django-celery-results==2.5.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -227,7 +227,7 @@ inflection==0.5.1
# via
# -r requirements/base.txt
# drf-spectacular
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.in
# pylint
Expand Down Expand Up @@ -380,7 +380,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/base.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/base.txt
# boto3
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/base.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -96,7 +96,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.in
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -138,7 +138,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via -r requirements/base.txt
django-celery-results==2.5.1
# via -r requirements/base.txt
Expand Down Expand Up @@ -244,7 +244,7 @@ inflection==0.5.1
# drf-spectacular
iniconfig==2.0.0
# via pytest
isort==6.0.0
isort==6.0.1
# via pylint
jinja2==3.1.5
# via
Expand Down Expand Up @@ -348,7 +348,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.3.4
pytest==8.3.5
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -404,7 +404,7 @@ rpds-py==0.23.1
# referencing
rules==3.5
# via -r requirements/base.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/base.txt
# boto3
Expand Down
14 changes: 7 additions & 7 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ bleach[css]==6.2.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
boto3==1.36.26
boto3==1.37.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.36.26
botocore==1.37.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -120,7 +120,7 @@ coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# pytest-cov
cryptography==44.0.1
cryptography==44.0.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -169,7 +169,7 @@ django==4.2.19
# edx-toggles
# jsonfield
# social-auth-app-django
django-autocomplete-light==3.11.0
django-autocomplete-light==3.12.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -332,7 +332,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==6.0.0
isort==6.0.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -497,7 +497,7 @@ pynacl==1.5.0
# -r requirements/quality.txt
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.4
pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -569,7 +569,7 @@ rules==3.5
# via
# -r requirements/quality.txt
# -r requirements/test.txt
s3transfer==0.11.2
s3transfer==0.11.3
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down