diff --git a/poetry.lock b/poetry.lock index 7570af2..09f1e1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -414,14 +414,14 @@ files = [ [[package]] name = "pip" -version = "26.2" +version = "26.2.1" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pip-26.2-py3-none-any.whl", hash = "sha256:931c303696af6fa3417112103b1cad26890e5a07eccb5b99783700e33f2b8aad"}, - {file = "pip-26.2.tar.gz", hash = "sha256:2d8542afcc84cdd8e846c2b36b2861fad1da376dd98f8e7113e9108a3c331690"}, + {file = "pip-26.2.1-py3-none-any.whl", hash = "sha256:71138adf1f4ca900cdb7d289c21b7494329f2332b6d85f0e1c42108c0384ed3e"}, + {file = "pip-26.2.1.tar.gz", hash = "sha256:f6ad667e89a1fe78046c8f13232b247200f5258d7828f3f7883d660878e0813f"}, ] [[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 = "aa5c50def5ea7e8ac34137e2988598e12dec9e4620bca2ac7a4d9742f989b192" +content-hash = "86adfa365d06d99b0f8c0b02f703bbb8464b405f04a98b13c8acef848069de01" diff --git a/pyproject.toml b/pyproject.toml index 98ce4d3..ddb78dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.75" +version = "0.2.76" 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.2" +pip ="26.2.1" flake8 = "7.3.0" pytest = "9.1.1"