Skip to content

Commit

Permalink
Merge pull request #743 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-7958944

chore: Upgrade Python requirements
  • Loading branch information
muhammad-ammar authored Dec 5, 2024
2 parents 7958944 + 1efcfd4 commit 1b1679f
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 93 deletions.
20 changes: 10 additions & 10 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.35.63
boto3==1.35.71
# via django-ses
botocore==1.35.63
botocore==1.35.71
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,9 +57,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==1.8.1
code-annotations==2.0.0
# via edx-toggles
cryptography==43.0.3
cryptography==44.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -119,7 +119,7 @@ django-model-utils==5.0.0
# -r requirements/base.in
# edx-celeryutils
# edx-rbac
django-ses==4.2.0
django-ses==4.3.0
# via -r requirements/base.in
django-simple-history==3.7.0
# via -r requirements/base.in
Expand Down Expand Up @@ -147,7 +147,7 @@ drf-jwt==1.19.2
# via edx-drf-extensions
drf-nested-routers==0.94.1
# via -r requirements/base.in
drf-spectacular==0.27.2
drf-spectacular==0.28.0
# via -r requirements/base.in
edx-auth-backends==4.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -198,7 +198,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -214,7 +214,7 @@ psutil==6.1.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-auth-backends
Expand Down Expand Up @@ -261,7 +261,7 @@ rpds-py==0.21.0
# referencing
rules==3.5
# via -r requirements/base.in
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
semantic-version==2.10.0
# via edx-drf-extensions
Expand All @@ -281,7 +281,7 @@ social-auth-core==4.5.4
# social-auth-app-django
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand Down
30 changes: 15 additions & 15 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.35.63
boto3==1.35.71
# via
# -r requirements/validation.txt
# django-ses
botocore==1.35.63
botocore==1.35.71
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -95,16 +95,16 @@ click-repl==0.3.0
# via
# -r requirements/validation.txt
# celery
code-annotations==1.8.1
code-annotations==2.0.0
# via
# -r requirements/validation.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/validation.txt
# pyjwt
Expand Down Expand Up @@ -187,7 +187,7 @@ django-model-utils==5.0.0
# -r requirements/validation.txt
# edx-celeryutils
# edx-rbac
django-ses==4.2.0
django-ses==4.3.0
# via -r requirements/validation.txt
django-simple-history==3.7.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -219,7 +219,7 @@ drf-jwt==1.19.2
# edx-drf-extensions
drf-nested-routers==0.94.1
# via -r requirements/validation.txt
drf-spectacular==0.27.2
drf-spectacular==0.28.0
# via -r requirements/validation.txt
edx-auth-backends==4.4.0
# via -r requirements/validation.txt
Expand Down Expand Up @@ -254,7 +254,7 @@ edx-toggles==5.2.0
# via -r requirements/validation.txt
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==33.0.0
faker==33.1.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -336,7 +336,7 @@ more-itertools==10.5.0
# via inflect
mysqlclient==2.2.6
# via -r requirements/validation.txt
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -400,15 +400,15 @@ pydocstyle==6.3.0
# via -r requirements/validation.txt
pygments==2.18.0
# via diff-cover
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/validation.txt
# drf-jwt
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -441,7 +441,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -502,7 +502,7 @@ rpds-py==0.21.0
# referencing
rules==3.5
# via -r requirements/validation.txt
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -539,7 +539,7 @@ sqlparse==0.5.2
# -r requirements/validation.txt
# django
# django-debug-toolbar
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/validation.txt
# code-annotations
Expand Down Expand Up @@ -594,7 +594,7 @@ webencodings==0.5.1
# -r requirements/validation.txt
# bleach
# tinycss2
wheel==0.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
30 changes: 15 additions & 15 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.35.63
boto3==1.35.71
# via
# -r requirements/test.txt
# django-ses
botocore==1.35.63
botocore==1.35.71
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -99,16 +99,16 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.1
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.txt
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -179,7 +179,7 @@ django-model-utils==5.0.0
# -r requirements/test.txt
# edx-celeryutils
# edx-rbac
django-ses==4.2.0
django-ses==4.3.0
# via -r requirements/test.txt
django-simple-history==3.7.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -220,7 +220,7 @@ drf-jwt==1.19.2
# edx-drf-extensions
drf-nested-routers==0.94.1
# via -r requirements/test.txt
drf-spectacular==0.27.2
drf-spectacular==0.28.0
# via -r requirements/test.txt
edx-auth-backends==4.4.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -253,7 +253,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==33.0.0
faker==33.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -317,11 +317,11 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
newrelic==10.3.1
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -370,15 +370,15 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# -r requirements/test.txt
# drf-jwt
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -406,7 +406,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -469,7 +469,7 @@ rpds-py==0.21.0
# referencing
rules==3.5
# via -r requirements/test.txt
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -523,7 +523,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.45.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c /home/runner/work/license-manager/license-manager/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
Loading

0 comments on commit 1b1679f

Please sign in to comment.