Skip to content
Merged
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ charset-normalizer==3.4.7
# via requests
click==8.3.2
# via edx-django-utils
cryptography==46.0.6
cryptography==46.0.7
# via pyjwt
django==5.2.12
django==5.2.13
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.2.1
# via tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==5.2.12
django==5.2.13
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.2
build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
Expand Down
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
chardet==7.4.0.post2
chardet==7.4.1
# via
# -r requirements/test.txt
# diff-cover
Expand Down Expand Up @@ -79,7 +79,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.6
cryptography==46.0.7
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -96,7 +96,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==5.2.12
django==5.2.13
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -197,7 +197,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.txt
faker==40.12.0
faker==40.13.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -256,7 +256,7 @@ meilisearch==0.40.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
more-itertools==11.0.1
more-itertools==11.0.2
# via -r requirements/test.txt
mysqlclient==2.2.8
# via
Expand All @@ -282,7 +282,7 @@ path-py==12.5.0
# -r requirements/test.txt
pep8==1.7.1
# via -r requirements/test.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -359,7 +359,7 @@ pyproject-api==1.10.0
# via
# -r requirements/test.txt
# tox
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -373,7 +373,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.txt
# -r requirements/test.txt
# elasticsearch-dsl
python-discovery==1.2.1
python-discovery==1.2.2
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -446,7 +446,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.52.0
tox==4.52.1
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand All @@ -473,7 +473,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==21.2.0
virtualenv==21.2.1
# via
# -r requirements/test.txt
# tox
Expand Down
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cffi==2.0.0
# -r requirements/base.txt
# cryptography
# pynacl
chardet==7.4.0.post2
chardet==7.4.1
# via diff-cover
charset-normalizer==3.4.7
# via
Expand All @@ -57,7 +57,7 @@ coverage[toml]==7.13.5
# via
# -r requirements/test.in
# pytest-cov
cryptography==46.0.6
cryptography==46.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -145,7 +145,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.in
faker==40.12.0
faker==40.13.0
# via factory-boy
filelock==3.25.2
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ mccabe==0.7.0
# via pylint
meilisearch==0.40.0
# via -r requirements/base.txt
more-itertools==11.0.1
more-itertools==11.0.2
# via -r requirements/test.in
mysqlclient==2.2.8
# via -r requirements/base.txt
Expand All @@ -204,7 +204,7 @@ path-py==12.5.0
# via -r requirements/base.txt
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.9.4
platformdirs==4.9.6
# via
# pylint
# python-discovery
Expand Down Expand Up @@ -253,7 +253,7 @@ pynacl==1.6.2
# edx-django-utils
pyproject-api==1.10.0
# via tox
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -266,7 +266,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# elasticsearch-dsl
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
Expand Down Expand Up @@ -321,7 +321,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.52.0
tox==4.52.1
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -344,7 +344,7 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==21.2.0
virtualenv==21.2.1
# via tox

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading