From 8881711ef2abe7b59d4b033a07dc9d5c7ba66d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:44:32 +0000 Subject: [PATCH] build(deps): bump hatchling from 1.25.0 to 1.26.3 Bumps [hatchling](https://github.com/pypa/hatch) from 1.25.0 to 1.26.3. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](https://github.com/pypa/hatch/compare/hatchling-v1.25.0...hatchling-v1.26.3) --- updated-dependencies: - dependency-name: hatchling dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2af7d7..039b758 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ python-dotenv==1.0.1 PyYAML==6.0.2 # packaging -hatchling==1.25.0 +hatchling==1.26.3 build==1.2.2 twine==5.1.1