Skip to content

Commit d02d7d4

Browse files
committed
Upgrade httpx dependency
1 parent dd30442 commit d02d7d4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typing-extensions
2020
async-timeout>=4.0.3
2121
audioop-lts; python_version>='3.13'
2222
discord.py~=2.4.0
23-
httpx[http2]~=0.27.2
23+
httpx[http2]~=0.28.1
2424
mcstatus~=11.1.1
2525
python-dotenv~=1.0.0
2626
#</TOML_DEPENDENCIES>

test-requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hpack==4.0.0
5656
# via h2
5757
httpcore==1.0.7
5858
# via httpx
59-
httpx==0.27.2
59+
httpx==0.28.1
6060
# via -r test-requirements.in
6161
hyperframe==6.0.1
6262
# via h2
@@ -109,9 +109,7 @@ ruff==0.8.2
109109
setuptools==75.6.0
110110
# via asyncio-dgram
111111
sniffio==1.3.1
112-
# via
113-
# anyio
114-
# httpx
112+
# via anyio
115113
tomli==2.2.1 ; python_full_version <= '3.11'
116114
# via
117115
# black

0 commit comments

Comments
 (0)