Skip to content

Commit

Permalink
Merge branch 'master' into feat/AU-2283
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodra authored Dec 2, 2024
2 parents 2aae3cd + 11521db commit acd96d3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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.7
coverage[toml]==7.6.8
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -46,5 +46,5 @@ tox==4.23.2
# via -r requirements/ci.in
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# edx-lint
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# coveralls
# pytest-cov
coveralls==4.0.1
# via -r requirements/ci.in
cryptography==43.0.3
cryptography==44.0.0
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -183,7 +183,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -220,7 +220,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.1
pydantic==2.10.2
# via fastapi
pydantic-core==2.27.1
# via pydantic
Expand All @@ -231,7 +231,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down Expand Up @@ -334,7 +334,7 @@ urllib3==2.2.3
# twine
uvicorn==0.32.1
# via pact-python
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
yarl==1.18.0
# via pact-python
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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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:
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ click==8.1.7
# uvicorn
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -161,7 +161,7 @@ more-itertools==10.5.0
# jaraco-functools
multidict==6.1.0
# via yarl
newrelic==10.3.0
newrelic==10.3.1
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -189,7 +189,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydantic==2.10.1
pydantic==2.10.2
# via fastapi
pydantic-core==2.27.1
# via pydantic
Expand All @@ -199,7 +199,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ click==8.1.7
# edx-django-utils
# pact-python
# uvicorn
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-toggles
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
cryptography==44.0.0
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
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.0
newrelic==10.3.1
# via edx-django-utils
packaging==24.2
# via pytest
Expand All @@ -128,11 +128,11 @@ psutil==6.1.0
# pact-python
pycparser==2.22
# via cffi
pydantic==2.10.1
pydantic==2.10.2
# via fastapi
pydantic-core==2.27.1
# via pydantic
pyjwt[crypto]==2.10.0
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down

0 comments on commit acd96d3

Please sign in to comment.