diff --git a/poetry.lock b/poetry.lock index 6c0990c..edeaaaf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -5003,13 +5003,13 @@ testall = ["asdf", "gwcs", "pyvo", "shapely (>=2.0.2)", "sunpy[map] (>=2.1)"] [[package]] name = "requests" -version = "2.31.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -6245,4 +6245,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "3e800c088d7542cb2d1c2a6d85167234c29b7a5c1a3a7d0b47045085a2d28340" +content-hash = "006082240e1bf0af5b28ba0dba87ecb1d7b2e9594fee13355a761a47f49d1f71" diff --git a/pyproject.toml b/pyproject.toml index d776925..c4cb36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ numpy = ">=1.22.4,<2.0.0" pandas = ">=1.4.3,<3.0.0" python-ligo-lw = "^1.8.1" pyvo = ">=1.3" -requests = ">2.28.1,<2.32.0" +requests = ">2.28.1,<2.33.0" seaborn = ">=0.11.2" setuptools = ">=65.3" tqdm = ">=4.64.0"