Skip to content

Commit 2b77b4a

Browse files
committed
Update test/dev requirements
1 parent 6df6a4e commit 2b77b4a

File tree

6 files changed

+236
-186
lines changed

6 files changed

+236
-186
lines changed

Diff for: docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
# The name of the Pygments (syntax highlighting) style to use.
8181
pygments_style = None
8282

83+
suppress_warnings = [
84+
"config.cache",
85+
]
86+
8387

8488
# -- Options for HTML output -------------------------------------------------
8589

Diff for: requirements/requirements-base.lock.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
#
55
# pip-compile --output-file=requirements/requirements-base.lock.txt
66
#
7-
asgiref==3.7.2
7+
asgiref==3.8.1
88
# via django
9-
django==5.0.3
9+
django==5.0.7
1010
# via
1111
# django-rest-registration (setup.py)
1212
# djangorestframework
1313
djangorestframework==3.15.2
1414
# via django-rest-registration (setup.py)
15-
pytz==2023.3.post1
16-
# via djangorestframework
17-
sqlparse==0.5.0
15+
sqlparse==0.5.1
1816
# via django
19-
typing-extensions==4.9.0
17+
typing-extensions==4.12.2
2018
# via asgiref

0 commit comments

Comments
 (0)