From ade487ad5fd33d5cde5d8cc302322ced8a8fe0c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:59:57 +0800 Subject: [PATCH] build(deps): bump attrs from 24.2.0 to 24.3.0 (#2447) Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 302384f3..12434bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers=[ ] dependencies = [ - "attrs==24.2.0", + "attrs==24.3.0", "bcrypt==4.2.1", "cryptography==44.0.0", "hyperlink==21.0.0", diff --git a/requirements.txt b/requirements.txt index 658b27ed..92b32e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs==24.2.0 +attrs==24.3.0 bcrypt==4.2.1 cryptography==44.0.0 hyperlink==21.0.0