Skip to content

Commit 4a8dfcf

Browse files
committed
update httpx and requests dependencies
1 parent 64e5fd5 commit 4a8dfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ keywords = ["discord", "webhook"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
15-
requests = "^2.28.1"
16-
httpx = { version = "^0.23.0", optional = true }
15+
requests = "2.32.0"
16+
httpx = { version = "^0.28.1", optional = true }
1717

1818
[tool.poetry.extras]
1919
async = ["httpx"]

0 commit comments

Comments
 (0)