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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -21,13 +21,13 @@ pluggy==1.6.0
# via tox
py==1.11.0
# via tox
python-discovery==1.1.0
python-discovery==1.1.3
# via virtualenv
six==1.17.0
# via tox
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -106,7 +106,7 @@ edx-lint==5.6.0
# via -r requirements/test.txt
edx-toggles==5.4.1
# via -r requirements/test.txt
filelock==3.25.0
filelock==3.25.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -236,7 +236,7 @@ pytest-cov==7.0.0
# via -r requirements/test.txt
pytest-django==4.12.0
# via -r requirements/test.txt
python-discovery==1.1.0
python-discovery==1.1.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -316,7 +316,7 @@ urllib3==2.6.3
# -r requirements/test.txt
# requests
# responses
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -89,7 +89,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
edx-toggles==5.4.1
# via -r requirements/base.txt
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand Down Expand Up @@ -181,7 +181,7 @@ pytest-cov==7.0.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
python-discovery==1.1.0
python-discovery==1.1.3
# via virtualenv
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -252,5 +252,5 @@ urllib3==2.6.3
# -r requirements/base.txt
# requests
# responses
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
Loading