mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Bump future from 0.18.3 to 1.0.0 (#1545)
Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.3 to 1.0.0. - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.3...v1.0.0) --- updated-dependencies: - dependency-name: future dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+4
-3
@@ -737,12 +737,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "future"
|
name = "future"
|
||||||
version = "0.18.3"
|
version = "1.0.0"
|
||||||
description = "Clean single-source support for Python 3 and 2"
|
description = "Clean single-source support for Python 3 and 2"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
|
||||||
files = [
|
files = [
|
||||||
{file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"},
|
{file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"},
|
||||||
|
{file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2413,4 +2414,4 @@ multidict = ">=4.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "b69c44b380425f32aa6a267293a09f8d2b411af7c4d3033fe5e562ea394ea3ec"
|
content-hash = "5dd4a86e710bcae41ec487c8226c42730d47de75e61a3875ae00c0441288eec4"
|
||||||
|
|||||||
+1
-1
@@ -35,7 +35,7 @@ attrs = "^22.2.0"
|
|||||||
certifi = "^2023.7.22"
|
certifi = "^2023.7.22"
|
||||||
chardet = "^5.0.0"
|
chardet = "^5.0.0"
|
||||||
colorama = "^0.4.6"
|
colorama = "^0.4.6"
|
||||||
future = "^0.18.3"
|
future = "^1.0.0"
|
||||||
future-annotations= "^1.0.0"
|
future-annotations= "^1.0.0"
|
||||||
html5lib = "^1.1"
|
html5lib = "^1.1"
|
||||||
idna = "^3.4"
|
idna = "^3.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user