From 17580bfd4693819334a24c2acfbd45f583b20796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 19:38:34 +0000 Subject: [PATCH] Bump pytest-base-url from 1.4.1 to 1.4.2 in /app Bumps [pytest-base-url](https://github.com/pytest-dev/pytest-base-url) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/pytest-dev/pytest-base-url/releases) - [Changelog](https://github.com/pytest-dev/pytest-base-url/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-base-url/compare/v1.4.1...v1.4.2) Signed-off-by: dependabot[bot] --- app/poetry.lock | 8 ++++---- app/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/poetry.lock b/app/poetry.lock index 2d884c9e8e..74cf1d97b8 100644 --- a/app/poetry.lock +++ b/app/poetry.lock @@ -883,7 +883,7 @@ description = "pytest plugin for URL based testing" name = "pytest-base-url" optional = false python-versions = "*" -version = "1.4.1" +version = "1.4.2" [package.dependencies] pytest = ">=2.7.3" @@ -1409,7 +1409,7 @@ docs = ["sphinx", "repoze.sphinx.autointerface"] test = ["zope.security", "zope.testrunner"] [metadata] -content-hash = "acc3418935d23cf85316d4d595fd75f4d3162f723c1a50008aa7c4a2c0c8b445" +content-hash = "0195249c6b94566909c6bc94a5a9b6ba9742d73bfea1de4785db68f9f029c946" lock-version = "1.0" python-versions = "^3.7" @@ -1750,8 +1750,8 @@ pytest = [ {file = "pytest-6.0.1.tar.gz", hash = "sha256:85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4"}, ] pytest-base-url = [ - {file = "pytest-base-url-1.4.1.tar.gz", hash = "sha256:7425e8163345494ac7f544e99c6f3e5a08f4228bee5e26013b98c462a4d31f6e"}, - {file = "pytest_base_url-1.4.1-py2.py3-none-any.whl", hash = "sha256:31e42366a5fc22f450b398837dc819bb7569f5e6bd5d74e494b2b9ec239876d1"}, + {file = "pytest-base-url-1.4.2.tar.gz", hash = "sha256:7f1f32e08c2ee751e59e7f5880235b46e83496adc5cba5a01ca218c6fe81333d"}, + {file = "pytest_base_url-1.4.2-py2.py3-none-any.whl", hash = "sha256:8b6523a1a3af73c317bdae97b722dfb55a7336733d1ad411eb4a4931347ba77a"}, ] pytest-cov = [ {file = "pytest-cov-2.10.0.tar.gz", hash = "sha256:1a629dc9f48e53512fcbfda6b07de490c374b0c83c55ff7a1720b3fccff0ac87"}, diff --git a/app/pyproject.toml b/app/pyproject.toml index 29b91e0963..ff0bdac4d3 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -54,7 +54,7 @@ mozilla-nimbus-shared = "0.0.9" [tool.poetry.dev-dependencies] # integration test dependencies -pytest-base-url = "1.4.1" +pytest-base-url = "1.4.2" pytest-selenium = "1.17.0" PyPOM = "2.2.0" pytest = "6.0.1"