From 767d34c4cb8123e937af87b3bbb3f942a95ac6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:40:13 +0000 Subject: [PATCH 1/2] build(deps): Bump requests from 2.32.4 to 2.32.5 in the pip group Bumps the pip group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 565b9ea..26a6483 100644 --- a/poetry.lock +++ b/poetry.lock @@ -473,14 +473,14 @@ six = ">=1.5" [[package]] name = "requests" -version = "2.32.4" +version = "2.32.5" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, - {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, + {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, + {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, ] [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 = "063127e0b2cbd7c7463448712ea4db7cbfd6618a2b385e64e30e3c93655dfde3" +content-hash = "11d8547f2145d74a5e190638b9fcc176cf266c6d8a8b8169e94064978e9ada78" diff --git a/pyproject.toml b/pyproject.toml index f9b972c..b5b2945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ homepage = "https://github.com/atsign-foundation/at_python" python = ">=3.9.2" cryptography = "45.0.6" python-dateutil = "2.9.0.post0" -requests = "2.32.4" +requests = "2.32.5" [tool.poetry.group.dev.dependencies] pip ="25.2" From 7f155226bca43df45f32a34748053d30d25afb37 Mon Sep 17 00:00:00 2001 From: "library-action[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:40:31 +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 b5b2945..0f89b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.46" +version = "0.2.47" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "]