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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
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.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand Down
9 changes: 5 additions & 4 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.0.6
cachetools==7.1.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -175,7 +175,7 @@ edx-drf-extensions==10.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
edx-opaque-keys==4.0.0
# via
Expand Down Expand Up @@ -445,8 +445,9 @@ tomli-w==1.2.0
tomlkit==0.14.0
# via
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.53.0
tox==4.53.1
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand All @@ -473,7 +474,7 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/test.txt
# tox
Expand Down
6 changes: 3 additions & 3 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.0.6
cachetools==7.1.1
# via tox
camel-converter[pydantic]==5.1.0
# via
Expand Down Expand Up @@ -321,7 +321,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.53.0
tox==4.53.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.4
virtualenv==21.3.0
# via tox

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