From a4c444e56ed121ba1b33c4531688a130f334fd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:13:50 +0000 Subject: [PATCH 1/2] build(deps-dev): Bump pip from 26.0 to 26.0.1 in the pip group Bumps the pip group with 1 update: [pip](https://github.com/pypa/pip). Updates `pip` from 26.0 to 26.0.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0...26.0.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4269289..b6bbd39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -384,14 +384,14 @@ files = [ [[package]] name = "pip" -version = "26.0" +version = "26.0.1" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pip-26.0-py3-none-any.whl", hash = "sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754"}, - {file = "pip-26.0.tar.gz", hash = "sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa"}, + {file = "pip-26.0.1-py3-none-any.whl", hash = "sha256:bdb1b08f4274833d62c1aa29e20907365a2ceb950410df15fc9521bad440122b"}, + {file = "pip-26.0.1.tar.gz", hash = "sha256:c4037d8a277c89b320abe636d59f91e6d0922d08a05b60e85e53b296613346d8"}, ] [[package]] @@ -612,4 +612,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "6c1e3335737347a0b7164e8aaba06772133ce16968168b44219211309ae1514d" +content-hash = "baa133ae88e79669899810f89979abc97cb25879f63c242a7d9c94fae4379fa2" diff --git a/pyproject.toml b/pyproject.toml index 8b65e9b..c7bdbad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-dateutil = "2.9.0.post0" requests = "2.32.5" [tool.poetry.group.dev.dependencies] -pip ="26.0" +pip ="26.0.1" flake8 = "7.3.0" pytest = "8.4.2" From d962afe4344892a33b9ed9e2468d16a0f059d0d1 Mon Sep 17 00:00:00 2001 From: "library-action[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:14:08 +0000 Subject: [PATCH 2/2] build(deps): Bump poetry version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7bdbad..4a81d2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.55" +version = "0.2.56" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "]