From b2e1f6e25defd87e03235a4cdc89e2740186fda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:23:46 +0200 Subject: [PATCH 1/2] Bump urllib3 from 1.26.9 to 1.26.18 (#93) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.9...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8c720fe..841a8eb 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -51,5 +51,5 @@ requests==2.31.0 # via coveralls tomli==2.0.1 # via coverage -urllib3==1.26.9 +urllib3==1.26.18 # via requests From f7202847312fb46ae83e348dd428ed1119d4ef06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:24:02 +0200 Subject: [PATCH 2/2] Bump pytest from 7.4.0 to 7.4.3 (#94) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...v7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 841a8eb..2c168db 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -38,7 +38,7 @@ pyflakes==2.4.0 # via flake8 pyparsing==3.0.7 # via packaging -pytest==7.4.0 +pytest==7.4.3 # via # -r requirements-test.in # pytest-cov