Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #220

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
Expand Up @@ -19,13 +19,13 @@ django==3.2.23
# django-sekizai
django-classy-tags==4.1.0
# via django-sekizai
django-js-asset==2.1.0
django-js-asset==2.2.0
# via django-mptt
django-mptt==0.14.0
# via -r requirements/base.in
django-sekizai==4.1.0
# via -r requirements/base.in
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via markdown
markdown==3.3.7
# via
Expand All @@ -41,7 +41,7 @@ sqlparse==0.4.4
# via django
tinycss2==1.2.1
# via bleach
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
webencodings==0.5.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.13
# via sphinx
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -26,7 +26,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via sphinx
jinja2==3.1.2
# via sphinx
Expand Down Expand Up @@ -70,7 +70,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
typing-extensions==4.9.0
# via pydata-sphinx-theme
urllib3==2.1.0
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bleach[css]==6.1.0
# via
# -r requirements/base.txt
# bleach
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
Expand All @@ -26,7 +26,7 @@ django-classy-tags==4.1.0
# via
# -r requirements/base.txt
# django-sekizai
django-js-asset==2.1.0
django-js-asset==2.2.0
# via
# -r requirements/base.txt
# django-mptt
Expand All @@ -36,7 +36,7 @@ django-sekizai==4.1.0
# via -r requirements/base.txt
exceptiongroup==1.2.0
# via pytest
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/base.txt
# markdown
Expand All @@ -50,7 +50,7 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -81,7 +81,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
Loading