Skip to content

Commit e596ab2

Browse files
committed
Update poetry.lock requests
1 parent 18aee63 commit e596ab2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

poetry.lock

Lines changed: 2 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sagemcom_api"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
description = "Python client to interact with SagemCom F@st routers via internal API's."
55
authors = ["Mick Vleeshouwer <mick@imick.nl>"]
66
license = "MIT"
@@ -20,6 +20,7 @@ packages = [
2020
python = ">=3.9,<4.0"
2121
aiohttp = "^3.7.3"
2222
pyhumps = "^3.0.2"
23+
requests = ">2.0"
2324

2425
[tool.poetry.dev-dependencies]
2526
pytest = "^7.1"

0 commit comments

Comments
 (0)