diff --git a/poetry.lock b/poetry.lock index 20b9674..daa9f7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -434,14 +434,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "8.4.0" +version = "8.4.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-8.4.0-py3-none-any.whl", hash = "sha256:f40f825768ad76c0977cbacdf1fd37c6f7a468e460ea6a0636078f8972d4517e"}, - {file = "pytest-8.4.0.tar.gz", hash = "sha256:14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6"}, + {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, + {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, ] [package.dependencies] @@ -569,4 +569,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "50db9645ee4d61be51019b61a7b55af98f6a2b4614753172744dfbacd47c8991" +content-hash = "6842fea0a1b27a0c48314da2be46127abccada959d8563c0e70760b82f00aad6" diff --git a/pyproject.toml b/pyproject.toml index d785fb4..736e2a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.41" +version = "0.2.42" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] @@ -18,7 +18,7 @@ requests = "2.32.4" [tool.poetry.group.dev.dependencies] pip ="25.1.1" flake8 = "7.2.0" -pytest = "8.4.0" +pytest = "8.4.1" [build-system] requires = ["poetry-core"]