From a08b2631b9c50ecea900a88e36251925d9900da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:07:56 +0000 Subject: [PATCH] Bump portion from 2.6.0 to 2.6.1 Bumps [portion](https://github.com/AlexandreDecan/portion) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/AlexandreDecan/portion/releases) - [Changelog](https://github.com/AlexandreDecan/portion/blob/master/CHANGELOG.md) - [Commits](https://github.com/AlexandreDecan/portion/compare/2.6.0...2.6.1) --- updated-dependencies: - dependency-name: portion dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ec8e0f..c493314 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "atomicwrites" @@ -159,7 +159,7 @@ description = "Backport of PEP 654 (exception groups)" optional = true python-versions = ">=3.7" groups = ["main"] -markers = "extra == \"dev\" and python_version < \"3.11\"" +markers = "extra == \"dev\" and python_version == \"3.10\"" files = [ {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, @@ -313,22 +313,19 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "portion" -version = "2.6.0" +version = "2.6.1" description = "Python data structure and operations for intervals" optional = false -python-versions = "~=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "portion-2.6.0-py3-none-any.whl", hash = "sha256:9132580df989b1985dae1caa3070b768f2a3360b40c89c59daa4acc7e6674dc4"}, - {file = "portion-2.6.0.tar.gz", hash = "sha256:6fb538b57a92058f0edd360667694448aa3fc028ab97e41e3091359d14ba4dd5"}, + {file = "portion-2.6.1-py3-none-any.whl", hash = "sha256:764d0be5479842f011feccc6f4bf80454dd944ef16309fceb2b5ae229cf05df3"}, + {file = "portion-2.6.1.tar.gz", hash = "sha256:44b1f7d57e052993c4157e519dc447e57b87a4e5e00a77c1c50e7044104e53c6"}, ] [package.dependencies] sortedcontainers = ">=2.2,<3.0" -[package.extras] -test = ["black (>=21.8b)", "coverage (>=6.0,<7.0)", "pytest (>=7.0,<8.0)"] - [[package]] name = "py" version = "1.11.0"