diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-26 15:32:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 15:32:17 +0000 |
commit | 3cf97774dab5b1f4b1aeb2d32284567c4b18abbf (patch) | |
tree | 0912196d947bd739406956d271f52c786394df91 | |
parent | 26de9f5c2b68effec70f47591ba285bc011243b6 (diff) | |
download | searxng-3cf97774dab5b1f4b1aeb2d32284567c4b18abbf.tar.gz searxng-3cf97774dab5b1f4b1aeb2d32284567c4b18abbf.zip |
Bump pygments from 2.8.0 to 2.8.1
Bumps [pygments](https://github.com/pygments/pygments) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/2.8.1/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.8.0...2.8.1)
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 cc3235d01..b123de78e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==1.1.2 idna==2.10 jinja2==2.11.3 lxml==4.6.3 -pygments==2.8.0 +pygments==2.8.1 python-dateutil==2.8.1 pyyaml==5.4.1 httpx[http2]==0.17.1 |