diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-08-24 09:36:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-24 09:36:58 +0200 |
| commit | dec9df28f3e37c5793e53898dd63419660230b4e (patch) | |
| tree | 6adee2a4ad9dbd5ce9f2343320667c5639e70d3d | |
| parent | 183c856396e00d08c929ec13c80f82cdc4f38c8f (diff) | |
| parent | d37676558cfbcb41eb7463278bc08db9b46d4f98 (diff) | |
Merge pull request #264 from searxng/dependabot/pip/master/pygments-2.10.0
Bump pygments from 2.9.0 to 2.10.0
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 430120a89..371883b3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-babel==2.0.0 flask==2.0.1 jinja2==3.0.1 lxml==4.6.3 -pygments==2.9.0 +pygments==2.10.0 python-dateutil==2.8.2 pyyaml==5.4.1 httpx[http2]==0.17.1 |