Skip to content

Commit 0710faf

Browse files
committed
Fix dependencies
1 parent f5fd239 commit 0710faf

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

poetry.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ urllib3 = ">= 1.25.3 < 3.0.0"
1414
python-dateutil = ">= 2.8.2"
1515
pydantic = ">= 2"
1616
typing-extensions = ">= 4.7.1"
17+
certifi = ">= 2024.2.2"
1718

1819
[tool.poetry.group.dev.dependencies]
1920
pytest = ">= 7.2.1"

templates/pyproject.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pycryptodome = ">= 3.9.0"
2525
{{/hasHttpSignatureMethods}}
2626
pydantic = ">= 2"
2727
typing-extensions = ">= 4.7.1"
28+
certifi = ">= 2024.2.2"
2829

2930
[tool.poetry.group.dev.dependencies]
3031
pytest = ">= 7.2.1"

0 commit comments

Comments
 (0)