Skip to content

Commit fdc8016

Browse files
authored
Merge pull request #823 from vespa-engine/thomasht86/bump-twine-version
Thomasht86/bump twine and requests
2 parents c8dffd3 + f98d792 commit fdc8016

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["vespa", "search engine", "data science"]
1313
classifiers = ["License :: OSI Approved :: Apache Software License"]
1414
dependencies = [
15-
"requests",
15+
"requests>=2.32.0",
1616
"requests_toolbelt",
1717
"docker",
1818
"jinja2",
@@ -54,9 +54,9 @@ dev = [
5454
build = [
5555
"setuptools==69.0.3",
5656
"build==1.0.3",
57-
"twine==4.0.1",
57+
"twine==5.1.1",
5858
"toml==0.10.2",
59-
"requests~=2.26.0",
59+
"requests~=2.32.0",
6060
"ruff",
6161
]
6262
vespacli = ["vespacli"]

vespacli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repository = "https://github.com/pyvespa/vespacli"
2525
vespa = "vespacli:run_vespa_cli"
2626

2727
[project.optional-dependencies]
28-
build = [ "setuptools==69.0.3", "build==1.0.3", "twine==4.0.1", "toml==0.10.2", "requests==2.32.0",]
28+
build = [ "setuptools==69.0.3", "build==1.0.3", "twine==5.1.1", "toml==0.10.2", "requests==2.32.0",]
2929

3030
[tool.setuptools.packages.find]
3131
where = [ ".",]

0 commit comments

Comments
 (0)