diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-11 21:28:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-11 21:28:31 +0000 |
| commit | 4ad818ccf5635ac9371447001e395385d0a37590 (patch) | |
| tree | ce204cd5c20e5235d36cd52a1a425276692539c7 | |
| parent | ab94e493858f1ccbcb3ff002ec78b768115d9785 (diff) | |
Bump mistletoe from 0.8.1 to 0.8.2
Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/miyuchina/mistletoe/releases)
- [Changelog](https://github.com/miyuchina/mistletoe/blob/master/cutting-a-release.md)
- [Commits](https://github.com/miyuchina/mistletoe/compare/v0.8.1...v0.8.2)
---
updated-dependencies:
- dependency-name: mistletoe
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a3bf109e7..0f9f03d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ httpx-socks[asyncio]==0.7.2 langdetect==1.0.9 setproctitle==1.2.2 redis==4.1.3 -mistletoe==0.8.1 +mistletoe==0.8.2 typing_extensions==4.0.1 |