From fdaa9c02cdd3ec3b2506868a1bb56743829c15f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:57:54 -0700 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 0.21.2 (#428) --- pyproject.toml | 2 +- requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a833292..72b8a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "mypy==1.4.1", "pip-tools>=6.13.0,<7.0.0", "pytest>=7.3.1,<8.0.0", - "pytest-asyncio==0.21.1", + "pytest-asyncio==0.21.2", "python-lsp-jsonrpc==1.0.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 2cf45a0..208b076 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,9 +108,9 @@ pytest==7.4.4 \ # via # pytest-asyncio # ruff-lsp (pyproject.toml) -pytest-asyncio==0.21.1 \ - --hash=sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d \ - --hash=sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b +pytest-asyncio==0.21.2 \ + --hash=sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b \ + --hash=sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45 # via ruff-lsp (pyproject.toml) python-lsp-jsonrpc==1.0.0 \ --hash=sha256:079b143be64b0a378bdb21dff5e28a8c1393fe7e8a654ef068322d754e545fc7 \