From 9946b3933a04e9b52a9d3c7e4c589498e9d70d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:35:51 +0000 Subject: [PATCH] chore(deps): bump result from 0.13.1 to 0.15.0 Bumps [result](https://github.com/rustedpy/result) from 0.13.1 to 0.15.0. - [Changelog](https://github.com/rustedpy/result/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustedpy/result/compare/v0.13.1...v0.15.0) --- updated-dependencies: - dependency-name: result dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 42dd050173..c39cfc7737 100644 --- a/Pipfile +++ b/Pipfile @@ -20,7 +20,7 @@ lxml = "==4.9.3" Pillow = "==10.0.0" Pygments = "==2.16.1" requests = "==2.31.0" -result = "==0.13.1" +result = "==0.15.0" tenacity = "==8.2.3" widlparser = "==1.1.3" setuptools = "*" diff --git a/Pipfile.lock b/Pipfile.lock index b4cc699bf5..f8491ad44b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ebb55fabfe368da7bb3fd8086ffd708936ec74f429165a150c8abd57cdc1df45" + "sha256": "f33726625bca0bf377431216f67904695faf1f345cec75bdcd96798f6120220f" }, "pipfile-spec": 6, "requires": {}, @@ -631,11 +631,12 @@ }, "result": { "hashes": [ - "sha256:7730100236fa6048cc831b580fdc460c5eed09932b8772d272417067a0fe762a", - "sha256:8254cef5be1d400bd1df3cb33adf47849ca806c77bf0a45037be47f9496db9be" + "sha256:5478238faeceb000a31b3904fdac9edbc3bcb471ac269c9ca059b0bf5a14fbb7", + "sha256:efd53ffc042252da3ee42d75b2e351cee396d0d3b9a31b366d7c9f93a451af9a" ], "index": "pypi", - "version": "==0.13.1" + "markers": "python_version >= '3.8'", + "version": "==0.15.0" }, "setuptools": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index d1dca51481..c55b1f6c81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ multidict==6.0.4; python_version >= '3.7' pillow==10.0.0 pygments==2.16.1 requests==2.31.0 -result==0.13.1 +result==0.15.0; python_version >= '3.8' setuptools==68.2.2; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' tenacity==8.2.3