Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
54192a0
1
Parent(s):
d08e4fa
Bump gpytranslate from 1.4.0 to 1.5.1
Browse filesBumps [gpytranslate](https://github.com/DavideGalilei/gpytranslate) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/DavideGalilei/gpytranslate/releases)
- [Commits](https://github.com/DavideGalilei/gpytranslate/compare/v1.4.0...v1.5.1)
---
updated-dependencies:
- dependency-name: gpytranslate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ certifi==2022.12.7; python_version >= "3.7" and python_version < "4"
|
|
8 |
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
|
9 |
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
10 |
google==3.0.0
|
11 |
-
gpytranslate==1.
|
12 |
lyricsgenius==3.0.1
|
13 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
14 |
prettyconf==2.2.1
|
|
|
8 |
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
|
9 |
dnspython==2.2.1; python_version >= "3.6" and python_version < "4.0"
|
10 |
google==3.0.0
|
11 |
+
gpytranslate==1.5.1; python_version >= "3.6"
|
12 |
lyricsgenius==3.0.1
|
13 |
lxml==4.9.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
|
14 |
prettyconf==2.2.1
|