From b981767dcf77ea22aec8d9fb5f72a07ca3fb921e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:33:52 +0000 Subject: [PATCH] Bump attrs from 25.3.0 to 25.4.0 Bumps [attrs](https://github.com/sponsors/hynek) from 25.3.0 to 25.4.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34fe0fd..526e090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.9.0" dependencies = [ - "attrs==25.3.0", + "attrs==25.4.0", "factory_boy==3.3.3", "Faker==37.8.0", "requests==2.32.5", diff --git a/requirements.txt b/requirements.txt index 36362c1..ed2dfb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs==25.3.0 +attrs==25.4.0 factory_boy==3.3.3 Faker==37.8.0 requests==2.32.5