diff --git a/poetry.lock b/poetry.lock index a1f7422..590d355 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1472,13 +1472,13 @@ files = [ [[package]] name = "requests" -version = "2.32.0" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -1656,4 +1656,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "c7cbfea6c3608972bf67fd83c8b2ec0c2f9d862b4331a67efb36a6897849903a" +content-hash = "fefdf8b1b8c57bbdeb165e13aaad87f73d86c292094762e618259149440a6235" diff --git a/pyproject.toml b/pyproject.toml index 1952f25..e1eb545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python = ">=3.9,<3.12" bio = "1.6.2" lxml = "5.2.2" mdanalysis = "2.7.0" -requests = "2.32.0" +requests = "2.32.3" biopython = "1.83" scipy = "1.12.0" matplotlib = "3.8.2"