From 73559d46374a8120ec14049b525e2b31b2ffccd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 00:01:47 +0000 Subject: [PATCH] Bump splinter from 0.18.1 to 0.19.0 Bumps [splinter](https://github.com/cobrateam/splinter) from 0.18.1 to 0.19.0. - [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.18.1...0.19.0) --- 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 2635450ae36..42e902127fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -154,7 +154,7 @@ requests-toolbelt==0.10.1 flake8==6.0.0 pytest==7.2.1 pytest-bdd==6.1.1 -splinter==0.18.1 +splinter==0.19.0 pytest-splinter==3.3.2 pytest-django==4.5.2 setuptools>=59.1.1,<66.1.0