diff --git a/gcs/poetry.lock b/gcs/poetry.lock index a92a8c6..3c111a3 100644 --- a/gcs/poetry.lock +++ b/gcs/poetry.lock @@ -1811,25 +1811,26 @@ files = [ [[package]] name = "requests" -version = "2.32.5" +version = "2.33.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "integration"] files = [ - {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, - {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, + {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, + {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, ] [package.dependencies] -certifi = ">=2017.4.17" +certifi = ">=2023.5.7" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" +urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "requests-oauthlib" @@ -2134,4 +2135,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "618b0c2dec4a6a3ccbca6b30d55b2ade630e1eb824b3a44b345cf5df62f8b7fb" +content-hash = "600e8c34d98e6804801597e42dd6bc653d600e3fefcc8af6ebe7b082eb82b02a" diff --git a/gcs/pyproject.toml b/gcs/pyproject.toml index 90fa80e..1318bb9 100644 --- a/gcs/pyproject.toml +++ b/gcs/pyproject.toml @@ -12,7 +12,7 @@ tenacity = "^9.1.2" pydantic = "^2.12.5" google-cloud-storage = "^3.7.0" google-auth = "^2.45.0" -requests = "^2.32.5" +requests = "^2.33.0" typing-extensions = "^4.15.0" data-platform-helpers = ">=0.1.7" object-storage-charmlib = "^0.1.0"