From 29ad3790705e29d0a5aaab3ec439169aeb985b70 Mon Sep 17 00:00:00 2001 From: commonism <164513+commonism@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:32:49 +0000 Subject: [PATCH] chore: Update pdm.lock --- pdm.lock | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pdm.lock b/pdm.lock index 92784020..82f7b665 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "auth", "socks", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:df4cd0dcfff9a581a2da0265ebf2847ec2d30c4c4e05c6e43ffeb29d36eb2182" +content_hash = "sha256:2538b33d8af1162048d607e25af7a126ac9d0e918296f2cfb670fc033de53613" [[metadata.targets]] requires_python = ">=3.9" @@ -68,7 +68,7 @@ files = [ [[package]] name = "bootstrap-flask" -version = "2.4.0" +version = "2.4.1" summary = "Bootstrap 4 & 5 helper for your Flask projects." groups = ["tests"] dependencies = [ @@ -76,8 +76,8 @@ dependencies = [ "WTForms", ] files = [ - {file = "Bootstrap-Flask-2.4.0.tar.gz", hash = "sha256:3f7aa1b8be31e182fa2eaff2580e9b66aa9fad14f1a35e5c03d486169fb6c1a1"}, - {file = "Bootstrap_Flask-2.4.0-py3-none-any.whl", hash = "sha256:bd5084bcb1557e85db799aa9d70b153cb13a3895ea871603dbf242cd05894b90"}, + {file = "Bootstrap_Flask-2.4.1-py3-none-any.whl", hash = "sha256:222df5b42c7795b121ed4709c534466c892e04ee31bfac7234de3ea64c106c27"}, + {file = "bootstrap_flask-2.4.1.tar.gz", hash = "sha256:cc25c59495f150550ea41d0e8079689de4250fe45445e158abdc111f8fe883e2"}, ] [[package]] @@ -1072,17 +1072,16 @@ files = [ [[package]] name = "pytest-asyncio" -version = "0.21.1" -requires_python = ">=3.7" +version = "0.24.0" +requires_python = ">=3.8" summary = "Pytest support for asyncio" groups = ["tests"] dependencies = [ - "pytest>=7.0.0", - "typing-extensions>=3.7.2; python_version < \"3.8\"", + "pytest<9,>=8.2", ] files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, + {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, ] [[package]]