Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrotho committed Jan 30, 2024
1 parent e11bade commit 9347d0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9347d0f

Please sign in to comment.