Skip to content

Commit

Permalink
Merge branch 'master' into jkantor/transcript-provider-choice
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenk authored Dec 19, 2024
2 parents 33a3c71 + f85728c commit b18c478
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion edxval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
init
"""

__version__ = '2.6.1'
__version__ = '2.7.0'
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.4.0
# via requests
colorama==0.4.6
# via tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -44,13 +44,13 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# coveralls
Expand Down Expand Up @@ -181,7 +181,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
# via readme-renderer
Expand Down Expand Up @@ -303,7 +303,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via django
starlette==0.41.3
# via fastapi
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -39,11 +39,11 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==2.0.0
code-annotations==2.1.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -159,7 +159,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
nh3==0.2.19
# via readme-renderer
Expand Down Expand Up @@ -269,7 +269,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via django
starlette==0.41.3
# via fastapi
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ click==8.1.7
# edx-django-utils
# pact-python
# uvicorn
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -108,7 +108,7 @@ mock==5.1.0
# via -r requirements/test.in
multidict==6.1.0
# via yarl
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
packaging==24.2
# via pytest
Expand Down Expand Up @@ -173,7 +173,7 @@ six==1.17.0
# pact-python
sniffio==1.3.1
# via anyio
sqlparse==0.5.2
sqlparse==0.5.3
# via django
starlette==0.41.3
# via fastapi
Expand Down

0 comments on commit b18c478

Please sign in to comment.