diff --git a/poetry.lock b/poetry.lock index f76d04e..cfbc128 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "certifi" @@ -389,14 +389,14 @@ files = [ [[package]] name = "pip" -version = "25.2" +version = "25.3" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pip-25.2-py3-none-any.whl", hash = "sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717"}, - {file = "pip-25.2.tar.gz", hash = "sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2"}, + {file = "pip-25.3-py3-none-any.whl", hash = "sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd"}, + {file = "pip-25.3.tar.gz", hash = "sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343"}, ] [[package]] @@ -617,4 +617,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "cd3b8f7c5e5292791e3e59b4980ba2c5d40ba4bcc6ef7829d62d8101f2bacfe4" +content-hash = "145b809059d489220e02d3d285c9b6b69b40daa841373ec25f42ac1fd8d97b98" diff --git a/pyproject.toml b/pyproject.toml index 3b3c76f..2f9f93a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.52" +version = "0.2.53" 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.2" +pip ="25.3" flake8 = "7.3.0" pytest = "8.4.2"