From ebf1ace1044b16f1ef67d064392c80a3e6678000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 05:33:43 +0000 Subject: [PATCH 1/2] Bump sybil from 5.0.3 to 6.0.0 Bumps [sybil](https://github.com/simplistix/sybil) from 5.0.3 to 6.0.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/5.0.3...6.0.0) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0bd8fc1e..730d15e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -317,7 +317,7 @@ dev = [ "sphinx_paramlinks==0.6", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", - "sybil==5.0.3", + "sybil==6.0.0", "types-Pillow==10.1.0.2", "types-PyYAML==6.0.12.12", "types-requests==2.31.0.10", From c524a50076cd13bd0fccebec6d1b3af68ac61a78 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 22 Nov 2023 11:02:20 +0000 Subject: [PATCH 2/2] Remove no-longer-necessary mypy ignore for Sybil --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0bd8fc1e..972464a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,8 +150,6 @@ module = [ "docker.models.containers", "docker.models.networks", "multipart", - "sybil", - "sybil.parsers.rest", ] ignore_missing_imports = true