From 229e909998e4e1a3647843bbab5d09c781461796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:44:28 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17478a61..83975ded 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: | pytest --cov=. --cov-report=xml --flake8 --strict-markers --mypy pypuppetdb tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: fail_ci_if_error: false From 475799c82ced69361921262f05c2aa09b70b5bd7 Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Sat, 9 Mar 2024 16:28:03 +0100 Subject: [PATCH 2/2] fix code format --- pypuppetdb/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypuppetdb/__init__.py b/pypuppetdb/__init__.py index bc5a21f6..92d8e216 100644 --- a/pypuppetdb/__init__.py +++ b/pypuppetdb/__init__.py @@ -53,6 +53,7 @@ across your infrastructure. This is probably a bad idea if you have a big number of nodes as the response will be huge. """ + import logging from pypuppetdb.api import API