From 45f2f0359957340430e1892fccef633d5427861d Mon Sep 17 00:00:00 2001 From: Ricky Bassom Date: Tue, 21 Feb 2023 19:49:20 +0000 Subject: [PATCH] Update to new version of python-future --- poetry.lock | 8 ++++---- pyproject.toml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2af65ce..e3ae0ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -535,9 +535,9 @@ sphinx-basic-ng = "*" [[package]] name = "future" -version = "0.18.2" +version = "0.18.3" description = "Clean single-source support for Python 3 and 2" -category = "dev" +category = "main" optional = false python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" @@ -1694,7 +1694,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "4e37b92f76deb528dd8d08327f0593576ff6e0fe7e3a5f9f8d6aa8421bc690c1" +content-hash = "fef98b9e8d58149c9518e7e4512599ede7ae0da894c253557e19f8e0020df0db" [metadata.files] alabaster = [ @@ -1984,7 +1984,7 @@ furo = [ {file = "furo-2022.9.29.tar.gz", hash = "sha256:d4238145629c623609c2deb5384f8d036e2a1ee2a101d64b67b4348112470dbd"}, ] future = [ - {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, + {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, ] gitdb = [ {file = "gitdb-4.0.10-py3-none-any.whl", hash = "sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7"}, diff --git a/pyproject.toml b/pyproject.toml index 8b9057a..214c536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ numpy = ">1.20.3" beautifulsoup4 = "^4.10.0" requests = "^2.21.0" types-requests = "^2.27.8" +future = ">=0.18.3" [tool.poetry.dev-dependencies] pytest = "^7.0.1"