From 9347d0f895d1c0dae4904612f97054bfe47a2d51 Mon Sep 17 00:00:00 2001 From: hydrotho <42911474+hydrotho@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:37:36 +0800 Subject: [PATCH] build: update dependencies --- requirements-dev.txt | 2 +- requirements.txt | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ad9df6c..4cc51ce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ pip-tools==7.3.0 # via -r requirements-dev.in pyproject-hooks==1.0.0 # via build -ruff==0.1.6 +ruff==0.1.15 # via -r requirements-dev.in tomli==2.0.1 # via diff --git a/requirements.txt b/requirements.txt index 1585a8b..9147011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,15 +4,15 @@ # # pip-compile requirements.in # -aiohttp==3.9.1 +aiohttp==3.9.3 # via -r blivedm/requirements.txt aiosignal==1.3.1 # via aiohttp -anyio==4.1.0 +anyio==4.2.0 # via httpx async-timeout==4.0.3 # via aiohttp -attrs==23.1.0 +attrs==23.2.0 # via aiohttp brotli==1.1.0 # via -r blivedm/requirements.txt @@ -29,7 +29,7 @@ colorama==0.4.6 # via typer exceptiongroup==1.2.0 # via anyio -frozenlist==1.4.0 +frozenlist==1.4.1 # via # aiohttp # aiosignal @@ -71,11 +71,13 @@ sniffio==1.3.0 # httpx typer[all]==0.9.0 # via -r requirements.in -typing-extensions==4.8.0 - # via typer +typing-extensions==4.9.0 + # via + # anyio + # typer urllib3==2.1.0 # via requests -yarl==1.9.3 +yarl==1.9.4 # via # -r blivedm/requirements.txt # aiohttp