From 70fd857dd3c36e01e463a056f1c3ded59462d64b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:22:35 +0000 Subject: [PATCH] Bump packaging from 23.0 to 26.2 Bumps [packaging](https://github.com/pypa/packaging) from 23.0 to 26.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e25e9e..21d28ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ nest-asyncio==1.5.6 # via ipykernel networkx==3.0 # via Cobra2D (./setup.cfg) numpy==1.23.5 # via cobra, pandas optlang==1.6.1 # via cobra -packaging==23.0 # via ipykernel +packaging==26.2 # via ipykernel pandas==1.5.3 # via cobra parso==0.8.3 # via jedi pexpect==4.8.0 # via ipython