Skip to content

Commit f2ef07d

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent 9df4451 commit f2ef07d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Homepage = "https://github.com/writer/writer-python"
4141
Repository = "https://github.com/writer/writer-python"
4242

4343
[project.optional-dependencies]
44-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
44+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4545

4646
[tool.rye]
4747
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ httpx==0.28.1
6060
# via httpx-aiohttp
6161
# via respx
6262
# via writer-sdk
63-
httpx-aiohttp==0.1.8
63+
httpx-aiohttp==0.1.9
6464
# via writer-sdk
6565
idna==3.4
6666
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.9
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via writer-sdk
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
4747
# via writer-sdk
4848
idna==3.4
4949
# via anyio

0 commit comments

Comments
 (0)