diff --git a/poetry.lock b/poetry.lock index 36cb568..480ef78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -536,14 +536,14 @@ six = ">=1.5" [[package]] name = "requests" -version = "2.33.1" +version = "2.34.0" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, - {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, + {file = "requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"}, + {file = "requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"}, ] [package.dependencies] @@ -660,4 +660,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10.0" -content-hash = "9e0669bdcc9373ae8e702e3affcdd06133afc9c6662c6a768502e38c2659a780" +content-hash = "1063c47be88736aa2deb29d898dda484fa3bc621c16d4878de51a2e077182521" diff --git a/pyproject.toml b/pyproject.toml index 68de90a..32dba8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.63" +version = "0.2.64" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] @@ -13,7 +13,7 @@ homepage = "https://github.com/atsign-foundation/at_python" python = ">=3.10.0" cryptography = "48.0.0" python-dateutil = "2.9.0.post0" -requests = "2.33.1" +requests = "2.34.0" [tool.poetry.group.dev.dependencies] pip ="26.1.1"