Skip to content
Open
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# via edx-django-utils
cryptography==48.0.0
# via pyjwt
Expand Down Expand Up @@ -96,7 +96,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
gunicorn==26.0.0
# via -r requirements/base.in
idna==3.14
idna==3.15
# via requests
inflection==0.5.1
# via drf-spectacular
Expand Down Expand Up @@ -145,7 +145,7 @@ referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
requests==2.33.1
requests==2.34.2
# via
# -r requirements/base.in
# edx-drf-extensions
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.2
# via tox
colorama==0.4.6
# via tox
Expand All @@ -28,13 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.in
virtualenv==21.3.1
virtualenv==21.3.3
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.3.3
click==8.4.0
# via pip-tools
packaging==26.2
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attrs==26.1.0
# -r requirements/test.txt
# jsonschema
# referencing
cachetools==7.1.1
cachetools==7.1.2
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -56,7 +56,7 @@ charset-normalizer==3.4.7
# -r requirements/base.txt
# -r requirements/test.txt
# requests
click==8.3.3
click==8.4.0
# via
# -r requirements/base.txt
# -r requirements/test.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.15.0
faker==40.18.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -211,7 +211,7 @@ gunicorn==26.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
idna==3.14
idna==3.15
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -373,7 +373,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.txt
# -r requirements/test.txt
# elasticsearch-dsl
python-discovery==1.3.0
python-discovery==1.3.1
# via
# -r requirements/test.txt
# tox
Expand All @@ -395,7 +395,7 @@ referencing==0.37.0
# -r requirements/test.txt
# jsonschema
# jsonschema-specifications
requests==2.33.1
requests==2.34.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -447,7 +447,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.53.1
tox==4.54.0
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand All @@ -474,7 +474,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==21.3.1
virtualenv==21.3.3
# via
# -r requirements/test.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ attrs==26.1.0
# -r requirements/base.txt
# jsonschema
# referencing
cachetools==7.1.1
cachetools==7.1.2
# via tox
camel-converter[pydantic]==5.1.0
# via
Expand All @@ -44,7 +44,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/base.txt
# requests
click==8.3.3
click==8.4.0
# via
# -r requirements/base.txt
# code-annotations
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.15.0
faker==40.18.0
# via factory-boy
filelock==3.29.0
# via
Expand All @@ -154,7 +154,7 @@ filelock==3.29.0
# virtualenv
gunicorn==26.0.0
# via -r requirements/base.txt
idna==3.14
idna==3.15
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -266,7 +266,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# elasticsearch-dsl
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
Expand All @@ -283,7 +283,7 @@ referencing==0.37.0
# -r requirements/base.txt
# jsonschema
# jsonschema-specifications
requests==2.33.1
requests==2.34.2
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down Expand Up @@ -321,7 +321,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.15.0
# via pylint
tox==4.53.1
tox==4.54.0
# 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.3.1
virtualenv==21.3.3
# via tox

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