diff --git a/docs/requirements.txt b/docs/requirements.txt index 980aa804..f30f8330 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx>=6.0,<7.0 -sphinx-rtd-theme>=1.0,<2.0 \ No newline at end of file +sphinx>=7.0,<8.0 +sphinx-rtd-theme>=2.0,<3.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 797a2bdb..dca1bb92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,15 +8,15 @@ authors = [] python = "^3.8.1" [tool.poetry.dev-dependencies] -pytest = "^7.1.2" +pytest = "^8.2" hypothesis = "^6.50.1" -flake8 = "^6.1.0" -mypy = "1.5.1" +flake8 = "^7.1.0" +mypy = "1.10.1" coverage = "^7.2.5" -Sphinx = "^6.2.1" -sphinx-rtd-theme = "^1.0.0" +Sphinx = "^7.1" +sphinx-rtd-theme = "^2.0.0" sphinx-autobuild = "^2021.3.14" -setuptools = "^68.1.2" +setuptools = "^70.1.1" [tool.poetry.group.fuzzing] optional = true