From 4d29883231d4f01bbffb1bbbc9cebcefe509a1b3 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:13:41 -0600 Subject: [PATCH] Update test dependencies --- test-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 624293d..76287d0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,7 +32,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # click # pytest -coverage==7.6.9 +coverage==7.6.10 # via # -r test-requirements.in # pytest-cov @@ -73,14 +73,14 @@ multidict==6.1.0 # via # aiohttp # yarl -mypy==1.14.0 +mypy==1.14.1 # via -r test-requirements.in mypy-extensions==1.0.0 # via # -r test-requirements.in # black # mypy -orjson==3.10.12 ; implementation_name == 'cpython' +orjson==3.10.13 ; implementation_name == 'cpython' # via -r test-requirements.in packaging==24.2 # via @@ -123,7 +123,7 @@ typing-extensions==4.12.2 # black # multidict # mypy -uv==0.5.11 +uv==0.5.13 # via -r test-requirements.in yarl==1.18.3 # via aiohttp