chore: Update Python dependencies (#1032)

This commit is contained in:
kleinanzeigen-bot-tu[bot]
2026-05-08 19:45:07 +02:00
committed by GitHub
parent 0569e36f73
commit 6ac8c88013

20
pdm.lock generated
View File

@@ -921,7 +921,7 @@ files = [
[[package]]
name = "markdown-it-py"
version = "4.1.0"
version = "4.2.0"
requires_python = ">=3.10"
summary = "Python port of markdown-it. Markdown parsing, done right!"
groups = ["default", "dev"]
@@ -929,8 +929,8 @@ dependencies = [
"mdurl~=0.1",
]
files = [
{file = "markdown_it_py-4.1.0-py3-none-any.whl", hash = "sha256:d4939a62a2dd0cd9cb80a191a711ba1d39bac8ed5ef9e9966895b0171c01c46d"},
{file = "markdown_it_py-4.1.0.tar.gz", hash = "sha256:760e3f87b2787c044c5138a5ba107b7c2be26c03b13cc7f8fe42756b65b1df6c"},
{file = "markdown_it_py-4.2.0-py3-none-any.whl", hash = "sha256:9f7ebbcd14fe59494226453aed97c1070d83f8d24b6fc3a3bcf9a38092641c4a"},
{file = "markdown_it_py-4.2.0.tar.gz", hash = "sha256:04a21681d6fbb623de53f6f364d352309d4094dd4194040a10fd51833e418d49"},
]
[[package]]
@@ -1996,7 +1996,7 @@ files = [
[[package]]
name = "types-requests"
version = "2.33.0.20260503"
version = "2.33.0.20260508"
requires_python = ">=3.10"
summary = "Typing stubs for requests"
groups = ["dev"]
@@ -2004,8 +2004,8 @@ dependencies = [
"urllib3>=2",
]
files = [
{file = "types_requests-2.33.0.20260503-py3-none-any.whl", hash = "sha256:02aaa7e3577a13471715bb1bddb693cc985ea514f754b503bf033e6a09a3e528"},
{file = "types_requests-2.33.0.20260503.tar.gz", hash = "sha256:9721b2d9dbee7131f2fb39f20f0ebb1999c18cef4b512c9a7932f3722de7c5f4"},
{file = "types_requests-2.33.0.20260508-py3-none-any.whl", hash = "sha256:fa01459cca184229713df03709db46a905325906d27e042cd4fd7ea3d15d3400"},
{file = "types_requests-2.33.0.20260508.tar.gz", hash = "sha256:81b2ae5f0d20967714a6aa5ef9284c05570d7cb06b7de8f2a77b918b63ddd411"},
]
[[package]]
@@ -2035,13 +2035,13 @@ files = [
[[package]]
name = "urllib3"
version = "2.6.3"
requires_python = ">=3.9"
version = "2.7.0"
requires_python = ">=3.10"
summary = "HTTP library with thread-safe connection pooling, file post, and more."
groups = ["dev"]
files = [
{file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"},
{file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"},
{file = "urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897"},
{file = "urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c"},
]
[[package]]