From 6523b273fb9d7c07be9d6dbc32f931aca5a1a4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:35:31 +0000 Subject: [PATCH] Bump splinter from 0.19.0 to 0.20.1 Bumps [splinter](https://github.com/cobrateam/splinter) from 0.19.0 to 0.20.1. - [Release notes](https://github.com/cobrateam/splinter/releases) - [Changelog](https://github.com/cobrateam/splinter/blob/master/docs/news.rst) - [Commits](https://github.com/cobrateam/splinter/compare/0.19.0...0.20.1) --- updated-dependencies: - dependency-name: splinter 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 0be1fad8588..2ba3b5a4f04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -156,7 +156,7 @@ flake8==6.1.0 black==23.11.0 pytest==7.4.2 pytest-bdd==6.1.1 -splinter==0.19.0 +splinter==0.20.1 pytest-splinter==3.3.2 pytest-django==4.5.2 setuptools>=59.1.1,<68.3.0