From 8ce20cb878273ed4599925d6294927def7aec39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:37:36 +0000 Subject: [PATCH 1/2] build(deps-dev): Bump flake8 from 7.1.1 to 7.1.2 in the pip group Bumps the pip group with 1 update: [flake8](https://github.com/pycqa/flake8). Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development 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 af86fef..f9d789c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "certifi" @@ -271,13 +271,13 @@ test = ["pytest (>=6)"] [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -520,4 +520,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "!=3.9.0,!=3.9.1,>=3.8.1" -content-hash = "6a8c2604289e8674f9df86aa4783218fce9bb7c196c0b9e3676d647667f96c53" +content-hash = "563575a3875dfbb1ca7fdefc6a1122b1342f70fbc78c11320a38b87ab3a949ee" diff --git a/pyproject.toml b/pyproject.toml index ab50d50..d830e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "2.32.3" [tool.poetry.group.dev.dependencies] pip ="25.0.1" -flake8 = "7.1.1" +flake8 = "7.1.2" pytest = "8.3.4" [build-system] From 062c929881080b56e9b86cf97ab5a0236c4a35ef Mon Sep 17 00:00:00 2001 From: "library-action[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:38:00 +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 d830e69..82328d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atsdk" -version = "0.2.33" +version = "0.2.34" description = "Python SDK for atPlatform" authors = ["Umang Shah ","Chris Swan "] maintainers = ["Chris Swan "]