From 2b016224e69331f44de0eba31dc16117c4095b59 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 28 Jun 2024 18:37:12 +0200 Subject: [PATCH] poetry: update dev deps --- docs/requirements.txt | 4 ++-- pyproject.toml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) 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