diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-14 14:26:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-14 14:26:17 +0000 |
| commit | 9d676f3826b9eb488c399cafe3b9260ce9654884 (patch) | |
| tree | 2bd23efb837a1f3a357a360737e47ee20f9b4a0b /requirements.txt | |
| parent | d4ce13ddfdff0d0930c75d8f9db7b6cf57526361 (diff) | |
Bump langdetect from 1.0.8 to 1.0.9
Bumps [langdetect](https://github.com/Mimino666/langdetect) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/Mimino666/langdetect/releases)
- [Commits](https://github.com/Mimino666/langdetect/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 53bb6cea7..ab0db447f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ Brotli==1.0.9 uvloop==0.15.2; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' httpx-socks[asyncio]==0.3.1 -langdetect==1.0.8 +langdetect==1.0.9 setproctitle==1.2.2 |