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: bump credentials-themes version #2398

Closed
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
33 changes: 17 additions & 16 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ asgiref==3.7.2
# -r requirements/production.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/dev.txt
# pylint
Expand Down Expand Up @@ -42,16 +43,16 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.45
boto3==1.34.50
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.45
botocore==1.34.50
# via
# -r requirements/production.txt
# boto3
# s3transfer
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/dev.txt
# tox
Expand Down Expand Up @@ -109,16 +110,16 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.4.1
coverage==7.4.3
# via -r requirements/dev.txt
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# paramiko
# pyjwt
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/dev.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -207,7 +208,7 @@ django-rest-swagger==2.2.0
# -r requirements/production.txt
django-ses==3.5.2
# via -r requirements/production.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -273,7 +274,7 @@ edx-auth-backends==4.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.3
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -423,7 +424,7 @@ mysqlclient==2.2.4
# via
# -r requirements/dev.txt
# -r requirements/production.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -524,7 +525,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/dev.txt
# edx-lint
Expand Down Expand Up @@ -572,7 +573,7 @@ pyrsistent==0.20.0
# via
# -r requirements/dev.txt
# jsonschema
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/dev.txt
# pytest-django
Expand Down Expand Up @@ -709,7 +710,7 @@ sqlparse==0.4.4
# -r requirements/production.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -736,13 +737,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/dev.txt
# pylint
tox==4.13.0
# via -r requirements/dev.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -768,7 +769,7 @@ urllib3==1.26.18
# docker
# requests
# responses
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/dev.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ xss-utils


# TODO Install in configuration
git+https://github.com/openedx/credentials-themes.git@0.4.3#egg=edx_credentials_themes==0.4.3
git+https://github.com/openedx/credentials-themes.git@0.4.4#egg=edx_credentials_themes==0.4.4
13 changes: 7 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ asgiref==3.7.2
# via
# django
# django-cors-headers
# django-simple-history
attrs==23.2.0
# via
# edx-ace
Expand Down Expand Up @@ -39,7 +40,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.3
cryptography==42.0.5
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -92,7 +93,7 @@ django-ratelimit==4.1.0
# via -r requirements/base.in
django-rest-swagger==2.2.0
# via -r requirements/base.in
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/base.in
django-sortedm2m==3.1.1
# via -r requirements/base.in
Expand Down Expand Up @@ -123,7 +124,7 @@ edx-ace==1.7.0
# via -r requirements/base.in
edx-auth-backends==4.2.0
# via -r requirements/base.in
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.3
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.4
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
Expand Down Expand Up @@ -176,7 +177,7 @@ markupsafe==2.1.5
# via jinja2
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/base.in
# edx-django-utils
Expand Down Expand Up @@ -288,15 +289,15 @@ social-auth-core==4.5.3
# social-auth-app-django
sqlparse==0.4.4
# via django
stevedore==5.1.0
stevedore==5.2.0
# via
# code-annotations
# edx-ace
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
29 changes: 15 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ asgiref==3.7.2
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.0.3
# django-simple-history
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -34,7 +35,7 @@ black==24.2.0
# via -r requirements/test.txt
bleach==6.1.0
# via -r requirements/test.txt
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -85,15 +86,15 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.4.1
coverage==7.4.3
# via -r requirements/test.txt
cryptography==42.0.3
cryptography==42.0.5
# via
# -r requirements/test.txt
# paramiko
# pyjwt
# social-auth-core
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -161,7 +162,7 @@ django-ratelimit==4.1.0
# via -r requirements/test.txt
django-rest-swagger==2.2.0
# via -r requirements/test.txt
django-simple-history==3.4.0
django-simple-history==3.5.0
# via -r requirements/test.txt
django-sortedm2m==3.1.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -202,7 +203,7 @@ edx-ace==1.7.0
# via -r requirements/test.txt
edx-auth-backends==4.2.0
# via -r requirements/test.txt
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.3
edx-credentials-themes @ git+https://github.com/openedx/credentials-themes.git@0.4.4
# via -r requirements/test.txt
edx-django-release-util==1.3.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -310,7 +311,7 @@ mypy-extensions==1.0.0
# black
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.6.0
newrelic==9.7.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -389,7 +390,7 @@ pyjwt[crypto]==2.8.0
# edx-rest-api-client
# segment-analytics-python
# social-auth-core
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -430,7 +431,7 @@ pyproject-api==1.6.1
# tox
pyrsistent==0.20.0
# via jsonschema
pytest==8.0.1
pytest==8.0.2
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -538,7 +539,7 @@ sqlparse==0.4.4
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.1.0
stevedore==5.2.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -561,13 +562,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
# via -r requirements/test.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
Expand All @@ -589,7 +590,7 @@ urllib3==1.26.18
# docker
# requests
# responses
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.9.0
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==1.26.18
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
Loading
Loading