From a13f97776fb07bbb8ced098fec9168a3243dfef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:06:38 +0000 Subject: [PATCH 1/2] build(deps): bump graphql-core in /roles/importer/files/importer Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 3.2.11 to 3.2.12. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/compare/v3.2.11...v3.2.12) --- updated-dependencies: - dependency-name: graphql-core dependency-version: 3.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- roles/importer/files/importer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/importer/files/importer/requirements.txt b/roles/importer/files/importer/requirements.txt index b1d3c30a4a..60c2489fd1 100644 --- a/roles/importer/files/importer/requirements.txt +++ b/roles/importer/files/importer/requirements.txt @@ -11,7 +11,7 @@ cryptography==50.0.1 # HTTP / GraphQL stack requests==2.34.2 urllib3==2.7.0 -graphql-core==3.2.11 +graphql-core==3.2.12 # SSH scrapli==2026.2.20 From bb445d832275bffa8ca451a91826680128d81012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:12:36 +0000 Subject: [PATCH 2/2] build(deps): bump graphql-core from 3.2.11 to 3.2.12 Bumps [graphql-core](https://github.com/graphql-python/graphql-core) from 3.2.11 to 3.2.12. - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/compare/v3.2.11...v3.2.12) --- updated-dependencies: - dependency-name: graphql-core dependency-version: 3.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index f2a7c6741e..1875739778 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -7,4 +7,4 @@ GitPython==3.1.61 # Note: Requests >=2.34.2 is compatible with urllib3 2.x requests==2.34.2 urllib3==2.7.0 -graphql-core==3.2.11 +graphql-core==3.2.12