From 4612a4aed4801e319780ccbb5c2c693c1a0aefb8 Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 27 Sep 2023 13:37:32 -0700 Subject: [PATCH] change project.toml for hydrocron-db --- poetry.lock | 18 +++++++++--------- pyproject.toml | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0a88ec6..9eab76d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -223,13 +223,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.28.55" -description = "Type annotations for boto3 1.28.55 generated with mypy-boto3-builder 7.19.0" +version = "1.28.56" +description = "Type annotations for boto3 1.28.56 generated with mypy-boto3-builder 7.19.0" optional = false python-versions = ">=3.7" files = [ - {file = "boto3-stubs-1.28.55.tar.gz", hash = "sha256:5121b26e4c4bb8adc7ac1a19dd27d3bfe236b18bec2ace5f987b9df6e2511cd3"}, - {file = "boto3_stubs-1.28.55-py3-none-any.whl", hash = "sha256:530437c949b35e70613667d50c04ff3a41512ad03c3295851cc2c58a7309928d"}, + {file = "boto3-stubs-1.28.56.tar.gz", hash = "sha256:2b77d4b9e944ffa4308822dc0327269f47cc4527a97903a3c5d14b9abed4eaad"}, + {file = "boto3_stubs-1.28.56-py3-none-any.whl", hash = "sha256:e9c1f32463cf8e6ba56588f7c0f5cae52190b87eb19744ad1067a717be1c80b3"}, ] [package.dependencies] @@ -274,7 +274,7 @@ backup-gateway = ["mypy-boto3-backup-gateway (>=1.28.0,<1.29.0)"] backupstorage = ["mypy-boto3-backupstorage (>=1.28.0,<1.29.0)"] batch = ["mypy-boto3-batch (>=1.28.0,<1.29.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.28.0,<1.29.0)"] -boto3 = ["boto3 (==1.28.55)", "botocore (==1.31.55)"] +boto3 = ["boto3 (==1.28.56)", "botocore (==1.31.56)"] braket = ["mypy-boto3-braket (>=1.28.0,<1.29.0)"] budgets = ["mypy-boto3-budgets (>=1.28.0,<1.29.0)"] ce = ["mypy-boto3-ce (>=1.28.0,<1.29.0)"] @@ -619,13 +619,13 @@ crt = ["awscrt (==0.16.26)"] [[package]] name = "botocore-stubs" -version = "1.31.55" +version = "1.31.56" description = "Type annotations and code completion for botocore" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "botocore_stubs-1.31.55-py3-none-any.whl", hash = "sha256:ada1712ca340f29530c33837db552a9fa087f1c2224c410e6b20c4edbf7d9d6b"}, - {file = "botocore_stubs-1.31.55.tar.gz", hash = "sha256:e75c725841a6fdaffe2b39ebf892828ce690132ebeab5be30a7568641e7eae10"}, + {file = "botocore_stubs-1.31.56-py3-none-any.whl", hash = "sha256:e8f7273f57c09ef47f8bdc89765b151f43a46b3c29c52fb58e9982115ed14d84"}, + {file = "botocore_stubs-1.31.56.tar.gz", hash = "sha256:e1510bd361acf755ecace42ee984281adfea6f96695ed22a08a4ceeabfe66f5f"}, ] [package.dependencies] @@ -2684,4 +2684,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "abc5428a68b76c9977f9ab36b8dc0be2d7bd8788682cf4484673a7d051eda7e0" +content-hash = "c61a41cb2d4bf02b80c474c51a1407bf4c07ae135fcb41267f366f8957cdeb1e" diff --git a/pyproject.toml b/pyproject.toml index a6b1507..b3a943b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ python-dotenv = "^1.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.4.0" flask-testing = "^0.8.1" -hydrocron-db = {git = "https://github.com/podaac/hydrocron-db.git", rev = "develop"} pytest-dynamodb = "^2.2.3" pylint = "^2.15.8" flake8 = "^6.0.0"