From c68b0faceee8fa011452520db67a181d70a8cae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:14:09 +0000 Subject: [PATCH 1/2] Bump org.ow2.asm:asm-all from 5.1 to 6.0_BETA Bumps org.ow2.asm:asm-all from 5.1 to 6.0_BETA. --- updated-dependencies: - dependency-name: org.ow2.asm:asm-all dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d4d33ea..c1cb3d47 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ org.ow2.asm asm-all - 5.1 + 6.0_BETA com.github.jnr From ab41e38d2637be418acad405e5028011cdc0327b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:02:32 +0000 Subject: [PATCH 2/2] Bump black from 24.8.0 to 24.10.0 Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black 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 6876f3ca..ad2b44c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -black==24.8.0 +black==24.10.0