diff --git a/poetry.lock b/poetry.lock index 349d0c4..7570af2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -414,14 +414,14 @@ files = [ [[package]] name = "pip" -version = "26.1.2" +version = "26.2" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pip-26.1.2-py3-none-any.whl", hash = "sha256:382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab"}, - {file = "pip-26.1.2.tar.gz", hash = "sha256:f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605"}, + {file = "pip-26.2-py3-none-any.whl", hash = "sha256:931c303696af6fa3417112103b1cad26890e5a07eccb5b99783700e33f2b8aad"}, + {file = "pip-26.2.tar.gz", hash = "sha256:2d8542afcc84cdd8e846c2b36b2861fad1da376dd98f8e7113e9108a3c331690"}, ] [[package]] @@ -657,4 +657,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10.0" -content-hash = "7943b8477321351c925c8bd29102d60cd43f3ff756e52c239d3c555ff15e3b0b" +content-hash = "aa5c50def5ea7e8ac34137e2988598e12dec9e4620bca2ac7a4d9742f989b192" diff --git a/pyproject.toml b/pyproject.toml index d624f3b..98ce4d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.74" +version = "0.2.75" 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.2" +pip ="26.2" flake8 = "7.3.0" pytest = "9.1.1"