diff --git a/poetry.lock b/poetry.lock index 53d130a..4f4827d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,14 +352,14 @@ files = [ [[package]] name = "pip" -version = "25.0.1" +version = "25.1" description = "The PyPA recommended tool for installing Python packages." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pip-25.0.1-py3-none-any.whl", hash = "sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f"}, - {file = "pip-25.0.1.tar.gz", hash = "sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea"}, + {file = "pip-25.1-py3-none-any.whl", hash = "sha256:13b4aa0aaad055020a11bec8a1c2a70a2b2d080e12d89b962266029fff0a16ba"}, + {file = "pip-25.1.tar.gz", hash = "sha256:272bdd1289f80165e9070a4f881e8f9e1001bbb50378561d1af20e49bf5a2200"}, ] [[package]] @@ -551,4 +551,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "11ea5797a3efc62d10d429b55300bde0104eefd76c94191ea8e64252fa51178c" +content-hash = "9ad2e19e51fa359d6b82043995cb4c264468e2757fe092a45a756eb114bcbb9e" diff --git a/pyproject.toml b/pyproject.toml index e41b3f7..ea292e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.37" +version = "0.2.38" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "] @@ -15,7 +15,7 @@ python-dateutil = "2.9.0.post0" requests = "2.32.3" [tool.poetry.group.dev.dependencies] -pip ="25.0.1" +pip ="25.1" flake8 = "7.2.0" pytest = "8.3.5"