Skip to content

Commit 16a8b59

Browse files
authored
chore(bump): bump minimal version of requirements (#70)
Changelog * Bump requests minimal version to 2.32
1 parent 583d6ef commit 16a8b59

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
@@ -14,10 +14,10 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python :: 3.10",
1616
]
17-
version = "1.1.3"
17+
version = "1.1.4"
1818
requires-python = ">=3.10"
1919
dependencies = [
20-
"requests>=2.31, < 3",
20+
"requests>=2.32, < 3",
2121
]
2222

2323
[project.urls]

0 commit comments

Comments
 (0)