File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies = [
3333 " discord.py~=2.4.0" ,
3434 " audioop-lts; python_version>='3.13'" ,
3535 " python-dotenv~=1.0.0" ,
36- " httpx[http2]~=0.27.2 " ,
36+ " httpx[http2]~=0.28.1 " ,
3737 " mcstatus~=11.1.1" ,
3838 " async-timeout>=4.0.3" ,
3939]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ typing-extensions
2020async-timeout>=4.0.3
2121audioop-lts; python_version>='3.13'
2222discord.py~=2.4.0
23- httpx[http2]~=0.27.2
23+ httpx[http2]~=0.28.1
2424mcstatus~=11.1.1
2525python-dotenv~=1.0.0
2626#</TOML_DEPENDENCIES>
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ hpack==4.0.0
5656 # via h2
5757httpcore==1.0.7
5858 # via httpx
59- httpx==0.27.2
59+ httpx==0.28.1
6060 # via -r test-requirements.in
6161hyperframe==6.0.1
6262 # via h2
@@ -109,9 +109,7 @@ ruff==0.8.2
109109setuptools==75.6.0
110110 # via asyncio-dgram
111111sniffio==1.3.1
112- # via
113- # anyio
114- # httpx
112+ # via anyio
115113tomli==2.2.1 ; python_full_version <= '3.11'
116114 # via
117115 # black
You can’t perform that action at this time.
0 commit comments