From 0f6de2106a7bf6f1a711562f90305f1339832ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:22:59 +0000 Subject: [PATCH 1/2] [dependency]: Bump requests from 2.26.0 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.32.3. - [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.26.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 97cfc66..3c2c0e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ PyYAML==6.0.1 -requests==2.26.0 +requests==2.32.3 symbol-sdk-python==3.2.0 zenlog==1.1 From 451409111a2cc33b42f20039e46ef50bd38cadc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:24:43 +0000 Subject: [PATCH 2/2] [dependency]: Bump pycodestyle from 2.11.1 to 2.12.0 Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.11.1...2.12.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lint_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint_requirements.txt b/lint_requirements.txt index 83eb6b0..2f95f8d 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -1,3 +1,3 @@ isort==5.13.2 -pycodestyle==2.11.1 +pycodestyle==2.12.0 pylint==3.1.0