mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
chore: Update Python dependencies (#678)
✔ Update pytest-asyncio 1.2.0 -> 1.3.0 successful ✔ Update pytest 8.4.2 -> 9.0.0 successful Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
71feedc700
commit
c3c278b6a1
22
pdm.lock
generated
22
pdm.lock
generated
@@ -1281,38 +1281,38 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest"
|
name = "pytest"
|
||||||
version = "8.4.2"
|
version = "9.0.0"
|
||||||
requires_python = ">=3.9"
|
requires_python = ">=3.10"
|
||||||
summary = "pytest: simple powerful testing with Python"
|
summary = "pytest: simple powerful testing with Python"
|
||||||
groups = ["dev"]
|
groups = ["dev"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"colorama>=0.4; sys_platform == \"win32\"",
|
"colorama>=0.4; sys_platform == \"win32\"",
|
||||||
"exceptiongroup>=1; python_version < \"3.11\"",
|
"exceptiongroup>=1; python_version < \"3.11\"",
|
||||||
"iniconfig>=1",
|
"iniconfig>=1.0.1",
|
||||||
"packaging>=20",
|
"packaging>=22",
|
||||||
"pluggy<2,>=1.5",
|
"pluggy<2,>=1.5",
|
||||||
"pygments>=2.7.2",
|
"pygments>=2.7.2",
|
||||||
"tomli>=1; python_version < \"3.11\"",
|
"tomli>=1; python_version < \"3.11\"",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"},
|
{file = "pytest-9.0.0-py3-none-any.whl", hash = "sha256:e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96"},
|
||||||
{file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"},
|
{file = "pytest-9.0.0.tar.gz", hash = "sha256:8f44522eafe4137b0f35c9ce3072931a788a21ee40a2ed279e817d3cc16ed21e"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-asyncio"
|
name = "pytest-asyncio"
|
||||||
version = "1.2.0"
|
version = "1.3.0"
|
||||||
requires_python = ">=3.9"
|
requires_python = ">=3.10"
|
||||||
summary = "Pytest support for asyncio"
|
summary = "Pytest support for asyncio"
|
||||||
groups = ["dev"]
|
groups = ["dev"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backports-asyncio-runner<2,>=1.1; python_version < \"3.11\"",
|
"backports-asyncio-runner<2,>=1.1; python_version < \"3.11\"",
|
||||||
"pytest<9,>=8.2",
|
"pytest<10,>=8.2",
|
||||||
"typing-extensions>=4.12; python_version < \"3.13\"",
|
"typing-extensions>=4.12; python_version < \"3.13\"",
|
||||||
]
|
]
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"},
|
{file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"},
|
||||||
{file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"},
|
{file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
Reference in New Issue
Block a user