Skip to content

Commit

Permalink
chore: bump credentials-themes to 0.4.15 (#2485)
Browse files Browse the repository at this point in the history
Co-authored-by: Edx Deployment automation robot <[email protected]>
  • Loading branch information
edx-requirements-bot and Edx Deployment automation robot authored May 22, 2024
1 parent de17c99 commit 58ad6d8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.109
boto3==1.34.110
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.109
botocore==1.34.110
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -263,7 +263,7 @@ edx-ccx-keys==1.3.0
# -r requirements/dev.txt
# -r requirements/production.txt
# openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected].14
edx-credentials-themes @ git+https://github.com/openedx/[email protected].15
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -757,7 +757,7 @@ zope-event==5.0
# via
# -r requirements/production.txt
# gevent
zope-interface==6.4
zope-interface==6.4.post0
# via
# -r requirements/production.txt
# gevent
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ xss-utils


# TODO Install in configuration
git+https://github.com/openedx/[email protected].14#egg=edx_credentials_themes==0.4.14
git+https://github.com/openedx/[email protected].15#egg=edx_credentials_themes==0.4.15
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ edx-auth-backends==4.3.0
# via -r requirements/base.in
edx-ccx-keys==1.3.0
# via openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected].14
edx-credentials-themes @ git+https://github.com/openedx/[email protected].15
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/test.txt
# openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected].14
edx-credentials-themes @ git+https://github.com/openedx/[email protected].15
# via -r requirements/test.txt
edx-django-release-util==1.4.0
# via -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pygments==2.18.0
# sphinx
pytz==2024.1
# via babel
requests==2.32.1
requests==2.32.2
# via sphinx
snowballstemmer==2.2.0
# via sphinx
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.109
boto3==1.34.110
# via django-ses
botocore==1.34.109
botocore==1.34.110
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -167,7 +167,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/base.txt
# openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected].14
edx-credentials-themes @ git+https://github.com/openedx/[email protected].15
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -456,7 +456,7 @@ zipp==3.18.2
# importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.4
zope-interface==6.4.post0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ edx-ccx-keys==1.3.0
# via
# -r requirements/base.txt
# openedx-events
edx-credentials-themes @ git+https://github.com/openedx/[email protected].14
edx-credentials-themes @ git+https://github.com/openedx/[email protected].15
# via -r requirements/base.txt
edx-django-release-util==1.4.0
# via -r requirements/base.txt
Expand Down

0 comments on commit 58ad6d8

Please sign in to comment.