We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e5fd5 commit 4a8dfcfCopy full SHA for 4a8dfcf
pyproject.toml
@@ -12,8 +12,8 @@ keywords = ["discord", "webhook"]
12
13
[tool.poetry.dependencies]
14
python = "^3.10"
15
-requests = "^2.28.1"
16
-httpx = { version = "^0.23.0", optional = true }
+requests = "2.32.0"
+httpx = { version = "^0.28.1", optional = true }
17
18
[tool.poetry.extras]
19
async = ["httpx"]
0 commit comments