From d137e084f778314fde7bbf31b7548cb5d9a71722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:30:23 +0000 Subject: [PATCH] Bump future from 0.18.2 to 1.0.0 Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ec3fa0..3b04d71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,17 +1,19 @@ +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. + [[package]] name = "future" -version = "0.18.2" +version = "1.0.0" description = "Clean single-source support for Python 3 and 2" -category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" +groups = ["main"] +markers = "python_version == \"2\"" +files = [ + {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"}, + {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"}, +] [metadata] -lock-version = "1.1" +lock-version = "2.1" python-versions = ">= 2.7" content-hash = "a136c9669f2194b7edf5f8075eb9de298b3fd729814215cb779cbb5c91bbd154" - -[metadata.files] -future = [ - {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, -]