chore: Update Python dependencies (#637)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
kleinanzeigen-bot-tu[bot]
2025-10-13 17:31:47 +02:00
committed by GitHub
parent 9ed4d48315
commit ff0be420e7

14
pdm.lock generated
View File

@@ -477,13 +477,13 @@ files = [
[[package]] [[package]]
name = "idna" name = "idna"
version = "3.10" version = "3.11"
requires_python = ">=3.6" requires_python = ">=3.8"
summary = "Internationalized Domain Names in Applications (IDNA)" summary = "Internationalized Domain Names in Applications (IDNA)"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, {file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"},
{file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, {file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"},
] ]
[[package]] [[package]]
@@ -1661,7 +1661,7 @@ files = [
[[package]] [[package]]
name = "yamlfix" name = "yamlfix"
version = "1.18.0" version = "1.19.0"
requires_python = ">=3.9.1" requires_python = ">=3.9.1"
summary = "A simple opionated yaml formatter that keeps your comments!" summary = "A simple opionated yaml formatter that keeps your comments!"
groups = ["dev"] groups = ["dev"]
@@ -1672,6 +1672,6 @@ dependencies = [
"ruyaml>=0.91.0", "ruyaml>=0.91.0",
] ]
files = [ files = [
{file = "yamlfix-1.18.0-py3-none-any.whl", hash = "sha256:e4c676dcdf8134c76a69f9d0aad823679315e6cbe81da437022ba4e774e79a85"}, {file = "yamlfix-1.19.0-py3-none-any.whl", hash = "sha256:9170a34bed093b8b45639e01fd05a1ded6886cb07dc43c174c061e15a6414bc8"},
{file = "yamlfix-1.18.0.tar.gz", hash = "sha256:ae35891e08aa830e7be7abed6ca25e020aa5998551e4d76e2dc8909bf3c35d7e"}, {file = "yamlfix-1.19.0.tar.gz", hash = "sha256:22f95ed2a5b88f46f06cf7922c616b6706d3596f23a0553138796ab909e5fa96"},
] ]