Skip to content

Commit

Permalink
mini dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Nov 9, 2024
1 parent 875b559 commit 31ea45e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from datetime import date
from typing import Any

import sphinx_rtd_theme
from sphinx.addnodes import document, pending_xref
from sphinx.application import Sphinx

Expand Down Expand Up @@ -383,7 +382,6 @@
"""

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# reusable variables for contexts below
_ca_default_hostname = "ca.example.com"
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-dev-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ GitPython==3.1.43
Jinja2==3.1.4
PyYAML==6.0.2
Sphinx==7.2.6
coverage[toml]==7.6.3
coverage[toml]==7.6.4
django-test-migrations==1.4.0
pytest==8.3.3
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-django==4.9.0
selenium==4.25.0
selenium==4.26.1
semantic-version==2.10.0
tabulate==0.9.0
termcolor==2.5.0
Expand Down
5 changes: 4 additions & 1 deletion requirements/requirements-dist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
build==1.2.2.post1
# readme-renderer~=44.0 depends on a newer docutils version then supported by sphinx==7.2.6 (readme-renderer
# is a dependency of twine).
readme-renderer<44
twine==5.1.1
wheel==0.44.0
wheel==0.45.0
# See pyproject.toml for reasoning for required minimum version
setuptools>=68.1
4 changes: 2 additions & 2 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ doc8==1.1.2
numpydoc==1.8.0
sphinx-inline-tabs==2023.4.21
sphinx-jinja==2.0.2
sphinx-rtd-theme==2.0.0
sphinx-rtd-theme==3.0.1
sphinxcontrib-openapi==0.8.4
sphinxcontrib-spelling==8.0.0
sphinxcontrib-spelling==8.0.0
4 changes: 2 additions & 2 deletions requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pre-commit==4.0.1
pylint-django==2.6.1
pylint==3.3.1
ruff==0.7.0
setuptools>=65
ruff==0.7.3
setuptools>=65
8 changes: 4 additions & 4 deletions requirements/requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-r requirements-dev-common.txt
-r requirements-test.txt
mypy==1.11.2
django-stubs==5.1.0
mypy==1.13.0
django-stubs==5.1.1
types-docutils==0.21.0.20241005
types-freezegun==1.1.10
types-jinja2==2.11.9
types-mysqlclient==2.2.0.20240911
types-pytz==2024.2.0.20241003
types-psycopg2==2.9.21.20241019
types-pyOpenSSL==24.1.0.20240722
types-pyRFC3339==1.1.1.5
types-pyRFC3339==2.0.1.20241107
types-redis==4.6.0.20241004
types-requests==2.32.0.20241016
types-setuptools==75.2.0.20241019
types-setuptools==75.3.0.20241107
types-tabulate==0.9.0.20240106
2 changes: 1 addition & 1 deletion requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyVirtualDisplay==3.0
django-webtest==1.9.12
freezegun==1.5.1
pyOpenSSL>=23
pyrfc3339==1.1
pyrfc3339==2.0.1
pytest-env==1.1.5
pytest-freezer==0.4.8
pytest-random-order==1.1.1
Expand Down

0 comments on commit 31ea45e

Please sign in to comment.