diff --git a/poetry.lock b/poetry.lock index fe06888..c3c47eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -837,14 +837,14 @@ files = [ [[package]] name = "requests" -version = "2.28.2" +version = "2.29.0" description = "Python HTTP for Humans." category = "main" optional = false -python-versions = ">=3.7, <4" +python-versions = ">=3.7" files = [ - {file = "requests-2.28.2-py3-none-any.whl", hash = "sha256:64299f4909223da747622c030b781c0d7811e359c37124b4bd368fb8c6518baa"}, - {file = "requests-2.28.2.tar.gz", hash = "sha256:98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf"}, + {file = "requests-2.29.0-py3-none-any.whl", hash = "sha256:e8f3c9be120d3333921d213eef078af392fba3933ab7ed2d1cba3b56f2568c3b"}, + {file = "requests-2.29.0.tar.gz", hash = "sha256:f2e34a75f4749019bb0e3effb66683630e4ffeaf75819fb51bebef1bf5aef059"}, ] [package.dependencies] @@ -1114,4 +1114,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "ef0bbee047ce8a6eb9801f6cb39c7be286b3f7b0ff51550b2720780816f964bb" +content-hash = "ad09253d06ea283ad7d969554e9774b25f9bcebf0dfa6299974d9d38973c3a7c" diff --git a/pyproject.toml b/pyproject.toml index fd57912..5fa336c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pathspec = "0.11.1" python = "^3.7.0" python-dateutil = "2.8.2" python-json-logger = "2.0.7" -requests = "2.28.2" +requests = "2.29.0" "ruamel.yaml" = "0.17.21" websocket_client = "1.5.1" zipp = "3.15.0"