Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Nov 12, 2024
1 parent e1767f9 commit 8f8a18c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"discord.py~=2.4.0",
"audioop-lts; python_version>='3.13'",
"python-dotenv~=1.0.0",
"httpx[http2]~=0.27.0",
"httpx[http2]~=0.27.2",
"mcstatus~=11.1.1",
"async-timeout>=4.0.3",
]
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typing-extensions
async-timeout>=4.0.3
audioop-lts; python_version>='3.13'
discord.py~=2.4.0
httpx[http2]~=0.27.0
httpx[http2]~=0.27.2
mcstatus~=11.1.1
python-dotenv~=1.0.0
#</TOML_DEPENDENCIES>
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ python-dotenv==1.0.1
# via -r test-requirements.in
ruff==0.7.3
# via -r test-requirements.in
setuptools==75.3.0
setuptools==75.4.0
# via asyncio-dgram
sniffio==1.3.1
# via
# anyio
# httpx
tomli==2.0.2 ; python_full_version <= '3.11'
tomli==2.1.0 ; python_full_version <= '3.11'
# via
# black
# coverage
Expand Down

0 comments on commit 8f8a18c

Please sign in to comment.