diff --git a/poetry.lock b/poetry.lock index fcc664d..4269289 100644 --- a/poetry.lock +++ b/poetry.lock @@ -384,14 +384,14 @@ files = [ [[package]] name = "pip" -version = "25.3" +version = "26.0" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pip-25.3-py3-none-any.whl", hash = "sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd"}, - {file = "pip-25.3.tar.gz", hash = "sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343"}, + {file = "pip-26.0-py3-none-any.whl", hash = "sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754"}, + {file = "pip-26.0.tar.gz", hash = "sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa"}, ] [[package]] @@ -612,4 +612,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "28fbd7c400bc7b3a879e4808ffc21775adf89864e61b41d803320abc2152a8f2" +content-hash = "6c1e3335737347a0b7164e8aaba06772133ce16968168b44219211309ae1514d" diff --git a/pyproject.toml b/pyproject.toml index 94a9fdd..8b65e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.54" +version = "0.2.55" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] @@ -16,7 +16,7 @@ python-dateutil = "2.9.0.post0" requests = "2.32.5" [tool.poetry.group.dev.dependencies] -pip ="25.3" +pip ="26.0" flake8 = "7.3.0" pytest = "8.4.2"