diff --git a/poetry.lock b/poetry.lock index 565b9ea..26a6483 100644 --- a/poetry.lock +++ b/poetry.lock @@ -473,14 +473,14 @@ six = ">=1.5" [[package]] name = "requests" -version = "2.32.4" +version = "2.32.5" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, - {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, + {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, + {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [package.dependencies] @@ -569,4 +569,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "063127e0b2cbd7c7463448712ea4db7cbfd6618a2b385e64e30e3c93655dfde3" +content-hash = "11d8547f2145d74a5e190638b9fcc176cf266c6d8a8b8169e94064978e9ada78" diff --git a/pyproject.toml b/pyproject.toml index f9b972c..0f89b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.46" +version = "0.2.47" 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.9.2" cryptography = "45.0.6" python-dateutil = "2.9.0.post0" -requests = "2.32.4" +requests = "2.32.5" [tool.poetry.group.dev.dependencies] pip ="25.2"