Skip to content

Commit

Permalink
Update test/dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Jul 22, 2024
1 parent 6df6a4e commit 2b77b4a
Show file tree
Hide file tree
Showing 6 changed files with 236 additions and 186 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = None

suppress_warnings = [
"config.cache",
]


# -- Options for HTML output -------------------------------------------------

Expand Down
10 changes: 4 additions & 6 deletions requirements/requirements-base.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@
#
# pip-compile --output-file=requirements/requirements-base.lock.txt
#
asgiref==3.7.2
asgiref==3.8.1
# via django
django==5.0.3
django==5.0.7
# via
# django-rest-registration (setup.py)
# djangorestframework
djangorestframework==3.15.2
# via django-rest-registration (setup.py)
pytz==2023.3.post1
# via djangorestframework
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.9.0
typing-extensions==4.12.2
# via asgiref
Loading

0 comments on commit 2b77b4a

Please sign in to comment.