diff --git a/poetry.lock b/poetry.lock index f3698936..c2d3db3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -857,7 +857,7 @@ python-versions = ">=3.6" [[package]] name = "requests" -version = "2.26.0" +version = "2.27.1" description = "Python HTTP for Humans." category = "main" optional = false @@ -1159,7 +1159,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.1,<3.11" -content-hash = "8b0aa7169fd02257b47252ad8ffa12df6963681e3d4899f5e502f7e9ad114f4f" +content-hash = "154338f2d44b8699d84832f7fa98e2873e62dbcc167e1a584151995298da2d3c" [metadata.files] alabaster = [ @@ -1865,8 +1865,8 @@ pyyaml = [ {file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"}, ] requests = [ - {file = "requests-2.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"}, - {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, + {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"}, + {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"}, ] requests-toolbelt = [ {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"}, diff --git a/pyproject.toml b/pyproject.toml index d2d1f949..391f92ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ keywords = [ [tool.poetry.dependencies] python = "^3.7.1,<3.11" -requests = "^2.26.0" +requests = "^2.27.1" matplotlib = "^3.5.1" scipy = "^1.7.3" h5py = "^3.6.0"