diff --git a/poetry.lock b/poetry.lock index 4edb8b2..d21735a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "certifi" @@ -536,14 +536,14 @@ six = ">=1.5" [[package]] name = "requests" -version = "2.34.0" +version = "2.34.1" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "requests-2.34.0-py3-none-any.whl", hash = "sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"}, - {file = "requests-2.34.0.tar.gz", hash = "sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"}, + {file = "requests-2.34.1-py3-none-any.whl", hash = "sha256:bf38a3ff993960d3dd819c08862c40b3c703306eb7c744fcd9f4ddbb95b548f0"}, + {file = "requests-2.34.1.tar.gz", hash = "sha256:0fc5669f2b69704449fe1552360bd2a73a54512dfd03e65529157f1513322beb"}, ] [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 = "1063c47be88736aa2deb29d898dda484fa3bc621c16d4878de51a2e077182521" +content-hash = "ed9760467e35bb213a9c97d2fa1cecbe3f94df4bccf2f2b866946bedb9301819" diff --git a/pyproject.toml b/pyproject.toml index 32dba8f..c72cede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.64" +version = "0.2.65" 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.34.0" +requests = "2.34.1" [tool.poetry.group.dev.dependencies] pip ="26.1.1"