From 3d02f2853a28d23c1a2289a8cda900aa83b6acdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:23:17 +0000 Subject: [PATCH] Bump attrs from 24.3.0 to 25.1.0 Bumps [attrs](https://github.com/sponsors/hynek) from 24.3.0 to 25.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fdcc71bb6..0bcd594d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,13 +35,13 @@ trio = ["trio (>=0.26.1)"] [[package]] name = "attrs" -version = "24.3.0" +version = "25.1.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.8" files = [ - {file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"}, - {file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"}, + {file = "attrs-25.1.0-py3-none-any.whl", hash = "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a"}, + {file = "attrs-25.1.0.tar.gz", hash = "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e"}, ] [package.extras] @@ -1784,4 +1784,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "65d68ff1841189d4dce2b535e0245dcb69028b555b8f57412f03135ef6af4d4a" +content-hash = "89810e8d6ba13c33e9eb9e62985d6683521ca6f5f9c2b66dc522390454cdc992" diff --git a/pyproject.toml b/pyproject.toml index 34a577cd5..03c9c607d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ mypy = { version = ">=1.12,<1.15", optional = true } [tool.poetry.group.dev.dependencies] anyio = "^4.3" trio = "^0.28" -attrs = "^24.2" +attrs = ">=24.2,<26.0" httpx = "^0.28" wemake-python-styleguide = "^1.0"