chore: Update Python dependencies (#681)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
kleinanzeigen-bot-tu[bot]
2025-11-13 11:31:00 +01:00
committed by GitHub
parent 33d1964f86
commit ac678ed888

12
pdm.lock generated
View File

@@ -555,13 +555,13 @@ files = [
[[package]] [[package]]
name = "execnet" name = "execnet"
version = "2.1.1" version = "2.1.2"
requires_python = ">=3.8" requires_python = ">=3.8"
summary = "execnet: rapid multi-Python deployment" summary = "execnet: rapid multi-Python deployment"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "execnet-2.1.1-py3-none-any.whl", hash = "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc"}, {file = "execnet-2.1.2-py3-none-any.whl", hash = "sha256:67fba928dd5a544b783f6056f449e5e3931a5c378b128bc18501f7ea79e296ec"},
{file = "execnet-2.1.1.tar.gz", hash = "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3"}, {file = "execnet-2.1.2.tar.gz", hash = "sha256:63d83bfdd9a23e35b9c6a3261412324f964c2ec8dcd8d3c6916ee9373e0befcd"},
] ]
[[package]] [[package]]
@@ -1292,7 +1292,7 @@ files = [
[[package]] [[package]]
name = "pytest" name = "pytest"
version = "9.0.0" version = "9.0.1"
requires_python = ">=3.10" requires_python = ">=3.10"
summary = "pytest: simple powerful testing with Python" summary = "pytest: simple powerful testing with Python"
groups = ["dev"] groups = ["dev"]
@@ -1306,8 +1306,8 @@ dependencies = [
"tomli>=1; python_version < \"3.11\"", "tomli>=1; python_version < \"3.11\"",
] ]
files = [ files = [
{file = "pytest-9.0.0-py3-none-any.whl", hash = "sha256:e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96"}, {file = "pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad"},
{file = "pytest-9.0.0.tar.gz", hash = "sha256:8f44522eafe4137b0f35c9ce3072931a788a21ee40a2ed279e817d3cc16ed21e"}, {file = "pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8"},
] ]
[[package]] [[package]]