diff --git a/poetry.lock b/poetry.lock index 588252c..67d3b3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1440,14 +1440,14 @@ files = [ [[package]] name = "urllib3" -version = "2.6.2" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd"}, - {file = "urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] @@ -1479,4 +1479,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "6ff8528ba6f66da3fdc2bf5fc2698e5410fbc3d0557adfd2396072b412d22a25" +content-hash = "a2c12d50e2b22adf7d953f0ad98b5feffb635274d8fd588ea1c663fae72b05b8" diff --git a/pyproject.toml b/pyproject.toml index 08eb63f..e4036a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "^2.32.5" # For making API calls to Eppo dbt-core = "^1.10.5" # For interacting with dbt artifacts click = "^8.1.8" jsonschema = "^4.23.0" -urllib3 = "^2.6.0" # set explicitly to solve vulnerability in earlier versions +urllib3 = "^2.6.3" # set explicitly to solve vulnerability in earlier versions deepdiff = "^8.6.1" # set explicitly to solve critical vulnerability in earlier versions [tool.poetry.group.dev.dependencies]