Skip to content

Commit eba9a59

Browse files
author
Peter Yasi
committed
fix: update requests dependency to >=2.32.2 to avoid yanked version
1 parent b9f173a commit eba9a59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pybuildkite"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
description = "Python wrapper for the Buildkite API"
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -16,7 +16,7 @@ keywords = [
1616
"python",
1717
]
1818

19-
dependencies = ["requests==2.32.0"]
19+
dependencies = ["requests>=2.32.2"]
2020

2121
[project.optional-dependencies]
2222
dev = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="pybuildkite",
11-
version="1.2.4",
11+
version="1.2.6",
1212
url="https://github.com/pyasi/pybuildkite",
1313
download_url="https://github.com/pyasi/pybuildkite/archive/master.zip",
1414
author="Peter Yasi",

0 commit comments

Comments
 (0)