Skip to content

Commit

Permalink
Update dependencies & pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 27, 2025
1 parent 44a62d8 commit 86e0c18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
types: [file]
Expand All @@ -40,7 +40,7 @@ repos:
hooks:
- id: badgie
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
- repo: local
Expand Down
12 changes: 6 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-timeout==5.0.1
# aiohttp
asyncio-dgram==2.2.0
# via mcstatus
attrs==24.3.0
attrs==25.1.0
# via aiohttp
audioop-lts==0.2.1 ; python_full_version >= '3.13'
# via -r test-requirements.in
Expand All @@ -26,7 +26,7 @@ certifi==2024.12.14
# httpx
click==8.1.8 ; implementation_name == 'cpython'
# via black
codespell==2.3.0
codespell==2.4.0
# via -r test-requirements.in
colorama==0.4.6 ; sys_platform == 'win32'
# via
Expand All @@ -52,13 +52,13 @@ h11==0.14.0
# via httpcore
h2==4.1.0
# via httpx
hpack==4.0.0
hpack==4.1.0
# via h2
httpcore==1.0.7
# via httpx
httpx==0.28.1
# via -r test-requirements.in
hyperframe==6.0.1
hyperframe==6.1.0
# via h2
idna==3.10
# via
Expand Down Expand Up @@ -104,7 +104,7 @@ pytest-cov==6.0.0
# via -r test-requirements.in
python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.9.2
ruff==0.9.3
# via -r test-requirements.in
setuptools==75.8.0
# via asyncio-dgram
Expand All @@ -123,7 +123,7 @@ typing-extensions==4.12.2
# black
# multidict
# mypy
uv==0.5.21
uv==0.5.24
# via -r test-requirements.in
yarl==1.18.3
# via aiohttp

0 comments on commit 86e0c18

Please sign in to comment.