diff --git a/poetry.lock b/poetry.lock index 1d77bd3..ffd1e2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -776,14 +776,14 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.0)"] [[package]] name = "google-api-python-client" -version = "2.181.0" +version = "2.182.0" description = "Google API Client Library for Python" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "google_api_python_client-2.181.0-py3-none-any.whl", hash = "sha256:348730e3ece46434a01415f3d516d7a0885c8e624ce799f50f2d4d86c2475fb7"}, - {file = "google_api_python_client-2.181.0.tar.gz", hash = "sha256:d7060962a274a16a2c6f8fb4b1569324dbff11bfbca8eb050b88ead1dd32261c"}, + {file = "google_api_python_client-2.182.0-py3-none-any.whl", hash = "sha256:a9b071036d41a17991d8fbf27bedb61f2888a39ae5696cb5a326bf999b2d5209"}, + {file = "google_api_python_client-2.182.0.tar.gz", hash = "sha256:cb2aa127e33c3a31e89a06f39cf9de982db90a98dee020911b21013afafad35f"}, ] [package.dependencies] @@ -1767,4 +1767,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "8e067499feb08beac2c94be7f01b8b3cf834ce0e9e18f2586b4eee6d20fb7542" +content-hash = "48e0d7984e03a59aa28d7382835938cc9dad29a2778631d892e1ea648bf7dbf7" diff --git a/pyproject.toml b/pyproject.toml index 8f8c6ac..3b97a0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ flask-caching = "2.3.1" celery = {extras = ["redis"], version = "5.5.3"} slack-sdk = "3.36.0" ldap3 = "2.9.1" -google-api-python-client = "2.181.0" +google-api-python-client = "2.182.0" hubspot-api-client = "12.0.0" [tool.poetry.group.dev.dependencies]