Skip to content
Merged
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 docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-codestyle.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.3.0
black==22.6.0
flake8==4.0.1
flake8-isort==4.1.1
isort==5.10.1
2 changes: 1 addition & 1 deletion requirements/requirements-documentation.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
recommonmark==0.7.1
Sphinx==4.5.0
Sphinx==5.0.2
sphinx_rtd_theme==1.0.0
2 changes: 1 addition & 1 deletion requirements/requirements-optionals.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django-filter==21.1
django-filter==22.1
django-polymorphic==3.1.0
pyyaml==6.0
uritemplate==4.1.1
2 changes: 1 addition & 1 deletion requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
twine==4.0.0
twine==4.0.1
6 changes: 3 additions & 3 deletions requirements/requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
factory-boy==3.2.1
Faker==13.11.1
Faker==13.15.0
pytest==7.1.2
pytest-cov==3.0.0
pytest-django==4.5.2
pytest-factoryboy==2.3.0
syrupy==2.3.0
pytest-factoryboy==2.5.0
syrupy==2.3.1