From 43a039e098bf44b667b15243855cce02a6302b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:10:18 +0000 Subject: [PATCH] chore(deps): bump cython from 3.0.10 to 3.0.11 Bumps [cython](https://github.com/cython/cython) from 3.0.10 to 3.0.11. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/3.0.10...3.0.11) --- updated-dependencies: - dependency-name: cython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4f4457d..c5ba6b8 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ -cython==3.0.10 +cython==3.0.11 mkdocs==1.6.1 moto==5.0.16 mypy==1.11.2 diff --git a/requirements.txt b/requirements.txt index d540e89..be88cf9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ click==8.1.7 # via mkdocs cryptography==43.0.1 # via moto -cython==3.0.10 +cython==3.0.11 # via -r requirements.in ghp-import==2.1.0 # via mkdocs