8000 Update dependencies · graphql-python/graphql-core@01baef6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01baef6

Browse files
committed
Update dependencies
1 parent 796d231 commit 01baef6

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ black = [
5757
flake8 = "^3.9"
5858
mypy = "0.910"
5959
sphinx = "^4.2"
60-
sphinx_rtd_theme = ">=0.5,<1"
60+
sphinx_rtd_theme = ">=1,<2"
6161
check-manifest = ">=0.46,<1"
6262
bump2version = ">=1.0,<2"
6363
tox = "^3.24"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commands =
2626
basepython = python3.9
2727
deps =
2828
sphinx>=4.2,<5
29-
sphinx_rtd_theme>=0.5,<1
29+
sphinx_rtd_theme>=1,<2
3030
commands =
3131
sphinx-build -b html -nEW docs docs/_build/html
3232

0 commit comments

Comments
 (0)
0