From 9ac73ef36f2385c7b6cf1e75e8ab9698160770b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:42:22 +0000 Subject: [PATCH] Build(deps): Bump packaging from 24.0 to 24.1 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] --- pyproject.toml | 4 ++-- scripts/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 794b6be4..473fac60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "packaging==24.0", + "packaging==24.1", "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", @@ -55,7 +55,7 @@ doc = [ ] freeze = [ "pyinstaller==6.7.0", - "packaging==24.0", + "packaging==24.1", "PyGithub==2.3.0", "appdirs==1.4.4", "requests==2.32.3", diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 3d59525a..45e9f051 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.3 -packaging==24.0 +packaging==24.1