1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-05-07 12:01:18 +02:00

Update attrs to 26.1.0

This commit is contained in:
David Lynch 2026-04-24 11:09:47 -05:00
parent 16b935ce33
commit 82cf246593
3 changed files with 10 additions and 10 deletions

8
poetry.lock generated
View file

@ -2,14 +2,14 @@
[[package]]
name = "attrs"
version = "25.4.0"
version = "26.1.0"
description = "Classes Without Boilerplate"
optional = false
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"},
{file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"},
{file = "attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309"},
{file = "attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32"},
]
[[package]]
@ -718,4 +718,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = "<4.0,>=3.10"
content-hash = "349e0f2a01d9c90db92901546a626578d5b604adb1ecf0bee6a82729cc244180"
content-hash = "1657aecff095c8a25e38b2d250ffaa72f0f7ab58b9f3a2183af71d7ca2c63620"

View file

@ -5,7 +5,7 @@ authors = [
license = {text = "MIT"}
requires-python = "<4.0,>=3.10"
dependencies = [
"attrs<26.0.0,>=25.1.0",
"attrs<27.0.0,>=26.1.0",
"beautifulsoup4<5.0.0,>=4.13.3",
"click-default-group<2.0.0,>=1.2.4",
"click<9.0.0,>=8.1.8",

10
uv.lock
View file

@ -4,11 +4,11 @@ requires-python = ">=3.10, <4.0"
[[package]]
name = "attrs"
version = "25.4.0"
version = "26.1.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/6b/5c/685e6633917e101e5dcb62b9dd76946cbb57c26e133bae9e0cd36033c0a9/attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11", size = 934251, upload-time = "2025-10-06T13:54:44.725Z" }
sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373", size = 67615, upload-time = "2025-10-06T13:54:43.17Z" },
{ url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" },
]
[[package]]
@ -230,13 +230,13 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "attrs", specifier = ">=25.1.0,<26.0.0" },
{ name = "attrs", specifier = ">=26.1.0,<27.0.0" },
{ name = "beautifulsoup4", specifier = ">=4.13.3,<5.0.0" },
{ name = "click", specifier = ">=8.1.8,<9.0.0" },
{ name = "click-default-group", specifier = ">=1.2.4,<2.0.0" },
{ name = "lxml", specifier = ">=6.1.0,<7.0.0" },
{ name = "mintotp", specifier = ">=0.3.0,<1.0.0" },
{ name = "pillow", specifier = ">=12.1.0,<13.0.0" },
{ name = "pillow", specifier = ">=12.2.0,<13.0.0" },
{ name = "platformdirs", specifier = ">=4.9.4" },
{ name = "requests", specifier = ">=2.32.4,<3.0.0" },
{ name = "requests-cache", specifier = ">=1.2.1,<2.0.0" },