From 4515d1994827cc93293135e54ef94a6a7b9fba46 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 04:59:24 +0000 Subject: [PATCH 1/2] Bump pytest from 5.2.4 to 5.3.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.2.4 to 5.3.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.2.4...5.3.0) Signed-off-by: dependabot-preview[bot] --- Pipfile.lock | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index e42eb3a..031438c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -24,13 +24,6 @@ ], "version": "==2.3.3" }, - "atomicwrites": { - "hashes": [ - "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4", - "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" - ], - "version": "==1.3.0" - }, "attrs": { "hashes": [ "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c", @@ -277,11 +270,11 @@ }, "pytest": { "hashes": [ - "sha256:8e256fe71eb74e14a4d20a5987bb5e1488f0511ee800680aaedc62b9358714e8", - "sha256:ff0090819f669aaa0284d0f4aad1a6d9d67a6efdc6dd4eb4ac56b704f890a0d6" + "sha256:1897d74f60a5d8be02e06d708b41bf2445da2ee777066bd68edf14474fc201eb", + "sha256:f6a567e20c04259d41adce9a360bd8991e6aa29dd9695c5e6bd25a9779272673" ], "index": "pypi", - "version": "==5.2.4" + "version": "==5.3.0" }, "pytest-benchmark": { "hashes": [ From d18e364dea9553f681eb315b286c29c1ffb89b31 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Wed, 20 Nov 2019 09:08:00 +0100 Subject: [PATCH 2/2] Add atomicwrites for windows --- Pipfile | 1 + Pipfile.lock | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 729ee5f..cd4a7ce 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,7 @@ verify_ssl = true name = "pypi" [dev-packages] +atomicwrites = {version = "*", sys_platform = "== 'win32'"} pytest = "*" pytest-runner = "*" pytest-benchmark = "*" diff --git a/Pipfile.lock b/Pipfile.lock index 031438c..b4653ef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e849369ba6021f3f79f41748f6a0bdf07c483a1c122be8f2a5b8a6d096afd3bc" + "sha256": "57442ef2214767cce80cab493442f8d5e9b709f51e166a8bfd4015b6025a3d1c" }, "pipfile-spec": 6, "requires": { @@ -24,6 +24,15 @@ ], "version": "==2.3.3" }, + "atomicwrites": { + "hashes": [ + "sha256:03472c30eb2c5d1ba9227e4c2ca66ab8287fbfbbda3888aa93dc2e28fc6811b4", + "sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6" + ], + "index": "pypi", + "markers": "sys_platform == 'win32'", + "version": "==1.3.0" + }, "attrs": { "hashes": [ "sha256:08a96c641c3a74e44eb59afb61a24f2cb9f4d7188748e76ba4bb5edfa3cb7d1c",