From 8c96f3bdaf06592c59c5ca0eaf32d4bfad977aba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 02:39:32 +0000 Subject: [PATCH] build(deps): bump packaging from 24.0 to 24.1 in /misc/codegen Bumps [packaging](https://github.com/pypa/packaging) from 24.0 to 24.1. - [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/24.0...24.1) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- misc/codegen/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/codegen/requirements.txt b/misc/codegen/requirements.txt index e86d345..e0acda2 100644 --- a/misc/codegen/requirements.txt +++ b/misc/codegen/requirements.txt @@ -18,7 +18,7 @@ mypy==1.10.0 # via codegen (pyproject.toml) mypy-extensions==1.0.0 # via mypy -packaging==24.0 +packaging==24.1 # via build pip-tools==7.4.1 # via codegen (pyproject.toml)