Skip to content

Commit

Permalink
Python Requirements Update (#654)
Browse files Browse the repository at this point in the history
* chore: Updating Python Requirements

* chore: sane default

---------

Co-authored-by: Hamzah Ullah <[email protected]>
  • Loading branch information
edx-requirements-bot and brobro10000 authored May 20, 2024
1 parent 903f741 commit 67e8fb9
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 102 deletions.
1 change: 1 addition & 0 deletions license_manager/apps/subscriptions/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def _original_licenses_to_copy(original_plan, license_types_to_copy):
if license_types_to_copy == LicenseTypesToRenew.NOTHING:
return []

license_status_kwargs = {}
if license_types_to_copy == LicenseTypesToRenew.ASSIGNED_AND_ACTIVATED:
license_status_kwargs = {'status__in': (ASSIGNED, ACTIVATED)}
elif license_types_to_copy == LicenseTypesToRenew.ACTIVATED:
Expand Down
20 changes: 10 additions & 10 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# kombu
billiard==4.2.0
# via celery
boto3==1.34.95
boto3==1.34.105
# via django-ses
botocore==1.34.95
botocore==1.34.105
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.5
cryptography==42.0.7
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -121,7 +121,7 @@ django-filter==24.2
# via -r requirements/base.in
django-log-request-id==2.1.0
# via -r requirements/base.in
django-model-utils==4.5.0
django-model-utils==4.5.1
# via
# -r requirements/base.in
# edx-celeryutils
Expand Down Expand Up @@ -152,13 +152,13 @@ dnspython==2.6.1
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-nested-routers==0.93.5
drf-nested-routers==0.94.1
# via -r requirements/base.in
drf-spectacular==0.27.2
# via -r requirements/base.in
edx-auth-backends==4.3.0
# via -r requirements/base.in
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.in
edx-celeryutils==1.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -188,7 +188,7 @@ importlib-resources==6.4.0
# jsonschema-specifications
inflection==0.5.1
# via drf-spectacular
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
jmespath==1.0.1
# via
Expand All @@ -208,7 +208,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.9.0
newrelic==9.9.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -256,7 +256,7 @@ pyyaml==6.0.1
# drf-spectacular
redis==5.0.4
# via -r requirements/base.in
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -270,7 +270,7 @@ requests==2.31.0
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
rpds-py==0.18.0
rpds-py==0.18.1
# via
# jsonschema
# referencing
Expand Down
36 changes: 18 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.1.0
astroid==3.2.0
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -46,11 +46,11 @@ billiard==4.2.0
# via
# -r requirements/validation.txt
# celery
boto3==1.34.95
boto3==1.34.105
# via
# -r requirements/validation.txt
# django-ses
botocore==1.34.95
botocore==1.34.105
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -111,11 +111,11 @@ code-annotations==1.8.0
# -r requirements/validation.txt
# edx-lint
# edx-toggles
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements/validation.txt
# pyjwt
Expand Down Expand Up @@ -192,7 +192,7 @@ django-filter==24.2
# via -r requirements/validation.txt
django-log-request-id==2.1.0
# via -r requirements/validation.txt
django-model-utils==4.5.0
django-model-utils==4.5.1
# via
# -r requirements/validation.txt
# edx-celeryutils
Expand Down Expand Up @@ -227,13 +227,13 @@ drf-jwt==1.19.2
# via
# -r requirements/validation.txt
# edx-drf-extensions
drf-nested-routers==0.93.5
drf-nested-routers==0.94.1
# via -r requirements/validation.txt
drf-spectacular==0.27.2
# via -r requirements/validation.txt
edx-auth-backends==4.3.0
# via -r requirements/validation.txt
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/validation.txt
edx-celeryutils==1.3.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -267,11 +267,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==25.0.0
faker==25.2.0
# via
# -r requirements/validation.txt
# factory-boy
freezegun==1.5.0
freezegun==1.5.1
# via -r requirements/validation.txt
gunicorn==22.0.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -306,7 +306,7 @@ isort==5.13.2
# via
# -r requirements/validation.txt
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -335,7 +335,7 @@ kombu==5.3.7
# via
# -r requirements/validation.txt
# celery
lxml[html-clean]==5.2.1
lxml[html-clean]==5.2.2
# via
# -r requirements/validation.txt
# edx-i18n-tools
Expand All @@ -360,7 +360,7 @@ more-itertools==10.2.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/validation.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -425,7 +425,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/validation.txt
pygments==2.17.2
pygments==2.18.0
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand All @@ -435,7 +435,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -507,7 +507,7 @@ pyyaml==6.0.1
# edx-i18n-tools
redis==5.0.4
# via -r requirements/validation.txt
referencing==0.35.0
referencing==0.35.1
# via
# -r requirements/validation.txt
# jsonschema
Expand All @@ -525,7 +525,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/validation.txt
# social-auth-core
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/validation.txt
# jsonschema
Expand Down Expand Up @@ -592,7 +592,7 @@ tomli==2.0.1
# pip-tools
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/validation.txt
# pylint
Expand Down
36 changes: 18 additions & 18 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-simple-history
astroid==3.1.0
astroid==3.2.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -34,7 +34,7 @@ attrs==23.2.0
# -r requirements/test.txt
# jsonschema
# referencing
babel==2.14.0
babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -56,11 +56,11 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
boto3==1.34.95
boto3==1.34.105
# via
# -r requirements/test.txt
# django-ses
botocore==1.34.95
botocore==1.34.105
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -115,11 +115,11 @@ code-annotations==1.8.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -184,7 +184,7 @@ django-filter==24.2
# via -r requirements/test.txt
django-log-request-id==2.1.0
# via -r requirements/test.txt
django-model-utils==4.5.0
django-model-utils==4.5.1
# via
# -r requirements/test.txt
# edx-celeryutils
Expand Down Expand Up @@ -228,13 +228,13 @@ drf-jwt==1.19.2
# via
# -r requirements/test.txt
# edx-drf-extensions
drf-nested-routers==0.93.5
drf-nested-routers==0.94.1
# via -r requirements/test.txt
drf-spectacular==0.27.2
# via -r requirements/test.txt
edx-auth-backends==4.3.0
# via -r requirements/test.txt
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/test.txt
edx-celeryutils==1.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -266,11 +266,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.0.0
faker==25.2.0
# via
# -r requirements/test.txt
# factory-boy
freezegun==1.5.0
freezegun==1.5.1
# via -r requirements/test.txt
idna==3.7
# via
Expand Down Expand Up @@ -299,7 +299,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -339,7 +339,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -390,7 +390,7 @@ pycparser==2.22
# cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
pygments==2.18.0
# via
# accessible-pygments
# doc8
Expand All @@ -405,7 +405,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.1.0
pylint==3.2.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -472,7 +472,7 @@ readme-renderer==43.0
# via -r requirements/doc.in
redis==5.0.4
# via -r requirements/test.txt
referencing==0.35.0
referencing==0.35.1
# via
# -r requirements/test.txt
# jsonschema
Expand All @@ -493,7 +493,7 @@ requests-oauthlib==2.0.0
# social-auth-core
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.18.0
rpds-py==0.18.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down Expand Up @@ -576,7 +576,7 @@ tomli==2.0.1
# doc8
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
Expand Down
Loading

0 comments on commit 67e8fb9

Please sign in to comment.