dependabot[bot]
commited on
Commit
·
e511673
1
Parent(s):
c927828
Bump future from 0.18.3 to 1.0.0
Browse filesBumps [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] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -21,7 +21,7 @@ emoji-country-flag==1.3.2
|
|
21 |
|
22 |
# ==== F ====
|
23 |
ffmpeg-python
|
24 |
-
future==0.
|
25 |
|
26 |
# ==== G ====
|
27 |
gpytranslate==1.5.1
|
|
|
21 |
|
22 |
# ==== F ====
|
23 |
ffmpeg-python
|
24 |
+
future==1.0.0
|
25 |
|
26 |
# ==== G ====
|
27 |
gpytranslate==1.5.1
|