chore: Update Python dependencies (#617)

✔ Update jaraco-functools 4.2.1 -> 4.3.0 successful
  ✔ Update requests 2.32.4 -> 2.32.5 successful
  ✔ Update ruamel-yaml 0.18.14 -> 0.18.15 successful

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jens Bergmann <1742418+1cu@users.noreply.github.com>
This commit is contained in:
kleinanzeigen-bot-tu[bot]
2025-08-20 21:20:52 +02:00
committed by GitHub
parent 37a36988c3
commit 7b898a9136

20
pdm.lock generated
View File

@@ -493,7 +493,7 @@ files = [
[[package]] [[package]]
name = "jaraco-functools" name = "jaraco-functools"
version = "4.2.1" version = "4.3.0"
requires_python = ">=3.9" requires_python = ">=3.9"
summary = "Functools like those found in stdlib" summary = "Functools like those found in stdlib"
groups = ["default"] groups = ["default"]
@@ -501,8 +501,8 @@ dependencies = [
"more-itertools", "more-itertools",
] ]
files = [ files = [
{file = "jaraco_functools-4.2.1-py3-none-any.whl", hash = "sha256:590486285803805f4b1f99c60ca9e94ed348d4added84b74c7a12885561e524e"}, {file = "jaraco_functools-4.3.0-py3-none-any.whl", hash = "sha256:227ff8ed6f7b8f62c56deff101545fa7543cf2c8e7b82a7c2116e672f29c26e8"},
{file = "jaraco_functools-4.2.1.tar.gz", hash = "sha256:be634abfccabce56fa3053f8c7ebe37b682683a4ee7793670ced17bab0087353"}, {file = "jaraco_functools-4.3.0.tar.gz", hash = "sha256:cfd13ad0dd2c47a3600b439ef72d8615d482cedcff1632930d6f28924d92f294"},
] ]
[[package]] [[package]]
@@ -1191,8 +1191,8 @@ files = [
[[package]] [[package]]
name = "requests" name = "requests"
version = "2.32.4" version = "2.32.5"
requires_python = ">=3.8" requires_python = ">=3.9"
summary = "Python HTTP for Humans." summary = "Python HTTP for Humans."
groups = ["dev"] groups = ["dev"]
dependencies = [ dependencies = [
@@ -1202,8 +1202,8 @@ dependencies = [
"urllib3<3,>=1.21.1", "urllib3<3,>=1.21.1",
] ]
files = [ files = [
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
] ]
[[package]] [[package]]
@@ -1223,7 +1223,7 @@ files = [
[[package]] [[package]]
name = "ruamel-yaml" name = "ruamel-yaml"
version = "0.18.14" version = "0.18.15"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" summary = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
groups = ["default"] groups = ["default"]
@@ -1231,8 +1231,8 @@ dependencies = [
"ruamel-yaml-clib>=0.2.7; platform_python_implementation == \"CPython\" and python_version < \"3.14\"", "ruamel-yaml-clib>=0.2.7; platform_python_implementation == \"CPython\" and python_version < \"3.14\"",
] ]
files = [ files = [
{file = "ruamel.yaml-0.18.14-py3-none-any.whl", hash = "sha256:710ff198bb53da66718c7db27eec4fbcc9aa6ca7204e4c1df2f282b6fe5eb6b2"}, {file = "ruamel.yaml-0.18.15-py3-none-any.whl", hash = "sha256:148f6488d698b7a5eded5ea793a025308b25eca97208181b6a026037f391f701"},
{file = "ruamel.yaml-0.18.14.tar.gz", hash = "sha256:7227b76aaec364df15936730efbf7d72b30c0b79b1d578bbb8e3dcb2d81f52b7"}, {file = "ruamel.yaml-0.18.15.tar.gz", hash = "sha256:dbfca74b018c4c3fba0b9cc9ee33e53c371194a9000e694995e620490fd40700"},
] ]
[[package]] [[package]]