refactor: update deps

Signed-off-by: QuentinN42 <quentin@lieumont.fr>
This commit is contained in:
QuentinN42 2023-02-23 13:18:11 -08:00
parent 52143473ef
commit 11d2725273
No known key found for this signature in database
GPG Key ID: 2CD7D563712B3A50
3 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ Execution Metadata
.. autoclass:: graphene.Context .. autoclass:: graphene.Context
.. autoclass:: graphql.execution.base.ExecutionResult .. autoclass:: graphql.ExecutionResult
.. Relay .. Relay
.. ----- .. -----

View File

@ -82,7 +82,7 @@ release = "1.0"
# #
# This is also used if you do content translation via gettext catalogs. # This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases. # Usually you set "language" from the command line for these cases.
language = None # language = None
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:

View File

@ -1,5 +1,5 @@
# Required library # Required library
Sphinx==1.5.3 Sphinx==6.1.3
sphinx-autobuild==0.7.1 sphinx-autobuild==2021.3.14
# Docs template # Docs template
http://graphene-python.org/sphinx_graphene_theme.zip http://graphene-python.org/sphinx_graphene_theme.zip