Skip to content

Commit 60a3a89

Browse files
authored
Merge pull request #168 from lovvskillz/update-requests
Update requests
2 parents 93a6304 + 95037f8 commit 60a3a89

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## development
44

5+
## 2025-03-04 1.4.1
6+
7+
### 🩹 Fixes
8+
- do not pin requests version to 2.32.0
9+
510
## 2025-03-04 1.4.0
611

712
### 🎉 Features

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "discord-webhook"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Easily send Discord webhooks with Python"
55
authors = ["lovvskillz <[email protected]>"]
66
license = "MIT"
@@ -12,7 +12,7 @@ keywords = ["discord", "webhook"]
1212

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

1818
[tool.poetry.extras]

0 commit comments

Comments
 (0)