Skip to content

Commit

Permalink
Upgrade requirements and fix mypy/pylint/sphinx issues
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Mar 17, 2023
1 parent c7ac47a commit af2b0fe
Show file tree
Hide file tree
Showing 17 changed files with 317 additions and 246 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PYTEST_OPTS :=
TWINE := twine
PIP := pip
PIP_COMPILE := pip-compile
PIP_COMPILE_OPTS := --upgrade
PIP_COMPILE_OPTS := --upgrade --resolver=backtracking
SPHINXBUILD := sphinx-build
SPHINXBUILD_OPTS :=
SPHINXBUILD_WARNING_LOG = sphinx-warnings.log
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinxcontrib.jinja',
'sphinx_jinja',
]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -70,7 +70,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
14 changes: 7 additions & 7 deletions requirements/requirements-base.lock.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements/requirements-base.lock.txt
# pip-compile --output-file=requirements/requirements-base.lock.txt --resolver=backtracking
#
asgiref==3.5.0
asgiref==3.6.0
# via django
backports-zoneinfo==0.2.1
# via django
django==4.1.7
# via
# django-rest-registration (setup.py)
# djangorestframework
djangorestframework==3.13.1
djangorestframework==3.14.0
# via django-rest-registration (setup.py)
pytz==2021.3
pytz==2022.7.1
# via djangorestframework
sqlparse==0.4.2
sqlparse==0.4.3
# via django

0 comments on commit af2b0fe

Please sign in to comment.