Skip to content

Commit 0639bbc

Browse files
committed
Bump the verisons of requests and setuptools to latest.
1 parent 36ba530 commit 0639bbc

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
@@ -16,7 +16,7 @@ contentctl = 'contentctl.contentctl:main'
1616
python = "^3.11,<3.14"
1717
pydantic = "~2.9.2"
1818
PyYAML = "^6.0.2"
19-
requests = "~2.32.3"
19+
requests = ">=2.32.4"
2020
pycvesearch = "^1.2"
2121
xmltodict = ">=0.13,<0.15"
2222
attackcti = ">=0.5.4,<0.6"
@@ -34,7 +34,7 @@ pygit2 = "^1.15.1"
3434
#--mode.files command.
3535
tyro = "^0.9.2,<0.9.23"
3636
gitpython = "^3.1.43"
37-
setuptools = ">=69.5.1,<81.0.0"
37+
setuptools = ">=80.9.0"
3838
rich = "^14.0.0"
3939

4040
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)