diff --git a/smiles-to-svg/poetry.lock b/smiles-to-svg/poetry.lock index 242f55d6..cc97edd0 100644 --- a/smiles-to-svg/poetry.lock +++ b/smiles-to-svg/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 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 = "boto3" @@ -544,8 +544,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.20.3", markers = "python_version < \"3.10\""}, - {version = ">=1.21.0", markers = "python_version >= \"3.10\""}, {version = ">=1.23.2", markers = "python_version >= \"3.11\""}, + {version = ">=1.21.0", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, ] python-dateutil = ">=2.8.1" pytz = ">=2020.1" @@ -935,13 +935,13 @@ resolved_reference = "f0fcaf2e18a2e8beb99d3e9e86ab591afe3e34bb" [[package]] name = "tqdm" -version = "4.66.1" +version = "4.66.3" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" files = [ - {file = "tqdm-4.66.1-py3-none-any.whl", hash = "sha256:d302b3c5b53d47bce91fea46679d9c3c6508cf6332229aa1e7d8653723793386"}, - {file = "tqdm-4.66.1.tar.gz", hash = "sha256:d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7"}, + {file = "tqdm-4.66.3-py3-none-any.whl", hash = "sha256:4f41d54107ff9a223dca80b53efe4fb654c67efaba7f47bada3ee9d50e05bd53"}, + {file = "tqdm-4.66.3.tar.gz", hash = "sha256:23097a41eba115ba99ecae40d06444c15d1c0c698d527a01c6c8bd1c5d0647e5"}, ] [package.dependencies] @@ -1000,4 +1000,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ae9d38b3f75d48f58589856e56d6b38d15cb114b2549be7d2ae36b56f0b64dd7" +content-hash = "399ae07fa3810459bd92e41296b62e285fcb0d89f47e03c9180a9e94e2affdd6" diff --git a/smiles-to-svg/pyproject.toml b/smiles-to-svg/pyproject.toml index 30fab44e..20a27903 100644 --- a/smiles-to-svg/pyproject.toml +++ b/smiles-to-svg/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" pandas = "1.5.3" taigapy = {git = "https://github.com/broadinstitute/taigapy"} rdkit = "^2023.9.2" -tqdm = "^4.66.1" +tqdm = "^4.66.3" click = "^8.1.7"