diff --git a/poetry.lock b/poetry.lock index 09b2e6d..f09077b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1738,4 +1738,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "~3.8 || ~3.9 || ~3.10 || ~3.11" -content-hash = "b69fa29e920622bef134696a595d53d1ec212fbe3ea42765d58c13b3266720e2" +content-hash = "5d56ff348ace7187971f87c7052f0709eb4bcd4730a3986fffec2d10cd0b4f3a" diff --git a/pyproject.toml b/pyproject.toml index 1e829a4..ca1490c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ configupdater = "3.2" docutils = "0.17.1" rich = "10.4.0" +requests = "2.31" [tool.poetry.group.dev.dependencies] pylint = "2.8.3" pytest = "6.2.4"