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 django/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools<82 # until we modernize everything, we need this.
setuptools<85 # until we modernize everything, we need this.

argon2-cffi # https://github.com/hynek/argon2_cffi
autobahn<25.10.1 # Pin to avoid v25.10.1 that is giving build troubles.
Expand Down
4 changes: 2 additions & 2 deletions django/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdocs-autorefs==1.2.0
mkdocs-gen-files==0.5.0
mkdocs-get-deps==0.2.0
mkdocs-literate-nav==0.6.1
mkdocs-material==9.5.44
mkdocs-material==9.7.7
mkdocs-material-extensions==1.3.1
mkdocs-section-index==0.3.9
mkdocstrings==0.27.0
Expand All @@ -29,7 +29,7 @@ mkdocstrings-python==1.12.2
# ------------------------------------------------------------------------------
flake8-docstrings==1.7.0 # https://github.com/pycqa/flake8-docstrings
flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort
black==26.3.1 # https://github.com/psf/black
black==26.5.1 # https://github.com/psf/black
pylint-django==2.5.3 # https://github.com/PyCQA/pylint-django
pylint-celery==0.3 # https://github.com/PyCQA/pylint-celery
pre-commit==2.19.0 # https://github.com/pre-commit/pre-commit
Expand Down
Loading