Skip to content
Closed
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
@@ -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 @@ -20,7 +20,7 @@ cffi==2.0.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ psutil==7.2.2
# via edx-django-utils
pycparser==3.0
# via cffi
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# drf-jwt
# edx-drf-extensions
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.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 @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.1
filelock==3.25.2
# via
# python-discovery
# tox
Expand Down
24 changes: 18 additions & 6 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 All @@ -19,6 +19,10 @@ astroid==4.0.4
# pylint-celery
attrs==25.4.0
# via -r requirements/quality.txt
backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
billiard==4.2.4
# via
# -r requirements/quality.txt
Expand All @@ -42,9 +46,9 @@ cffi==2.0.0
# -r requirements/quality.txt
# cryptography
# pynacl
chardet==7.0.1
chardet==7.1.0
# via diff-cover
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -183,7 +187,7 @@ edx-drf-extensions==10.6.0
# edx-organizations
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/quality.txt
edx-opaque-keys==3.1.0
# via
Expand All @@ -192,7 +196,7 @@ edx-opaque-keys==3.1.0
# edx-organizations
edx-organizations==7.3.0
# via -r requirements/quality.txt
filelock==3.25.1
filelock==3.25.2
# via
# -r requirements/ci.txt
# python-discovery
Expand All @@ -214,6 +218,10 @@ idna==3.11
# requests
import-linter==2.11
# via -r requirements/quality.txt
importlib-metadata==8.7.1
# via
# -r requirements/quality.txt
# keyring
iniconfig==2.3.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -362,7 +370,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# rich
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -547,6 +555,10 @@ wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.23.0
# via
# -r requirements/quality.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.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 @@ -39,7 +39,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -261,7 +261,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -325,7 +325,7 @@ snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.1.0
sphinx==9.0.4
# via
# -r requirements/doc.in
# pydata-sphinx-theme
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
2 changes: 1 addition & 1 deletion 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 Down
14 changes: 10 additions & 4 deletions requirements/quality.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 @@ -18,6 +18,8 @@ astroid==4.0.4
# pylint-celery
attrs==25.4.0
# via -r requirements/test.txt
backports-tarfile==1.2.0
# via jaraco-context
billiard==4.2.4
# via
# -r requirements/test.txt
Expand All @@ -33,7 +35,7 @@ cffi==2.0.0
# -r requirements/test.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -149,7 +151,7 @@ edx-drf-extensions==10.6.0
# via
# -r requirements/test.txt
# edx-organizations
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/quality.in
edx-opaque-keys==3.1.0
# via
Expand All @@ -172,6 +174,8 @@ idna==3.11
# requests
import-linter==2.11
# via -r requirements/test.txt
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -277,7 +281,7 @@ pygments==2.19.2
# pytest
# readme-renderer
# rich
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -418,6 +422,8 @@ wcwidth==0.6.0
# via
# -r requirements/test.txt
# prompt-toolkit
zipp==3.23.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 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 @@ -29,7 +29,7 @@ cffi==2.0.0
# -r requirements/base.txt
# cryptography
# pynacl
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -203,7 +203,7 @@ pygments==2.19.2
# via
# pytest
# rich
pyjwt[crypto]==2.11.0
pyjwt[crypto]==2.12.1
# via
# -r requirements/base.txt
# drf-jwt
Expand Down