diff --git a/poetry.lock b/poetry.lock index ae8ddc9..c1c527a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,14 +417,14 @@ files = [ [[package]] name = "pip" -version = "26.1.1" +version = "26.1.2" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pip-26.1.1-py3-none-any.whl", hash = "sha256:99cb1c2899893b075ff56e4ed0af55669a955b49ad7fb8d8603ecdaf4ed653fb"}, - {file = "pip-26.1.1.tar.gz", hash = "sha256:d36762751d156a4ee895de8af39aa0abeeeb577f93a2eca6ab62467bbf0f8a78"}, + {file = "pip-26.1.2-py3-none-any.whl", hash = "sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab"}, + {file = "pip-26.1.2.tar.gz", hash = "sha256:f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605"}, ] [[package]] @@ -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 = "81cefc5f4d0da4c65762ab31241ffb8592c4f186ff0bd43725a213cadd529817" +content-hash = "8879488748dd4aa2a7ae78c7124c4b506b3e83b9a0bc812cf033326c05327b25" diff --git a/pyproject.toml b/pyproject.toml index d2224f7..ee7005c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.66" +version = "0.2.67" 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.34.2" [tool.poetry.group.dev.dependencies] -pip ="26.1.1" +pip ="26.1.2" flake8 = "7.3.0" pytest = "9.0.3"