diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-16 11:06:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 11:06:25 +0100 |
| commit | cb3b379161e3351d4829b2e37478125582b9fc08 (patch) | |
| tree | af37e7b3b0ddfb9a1ec83ada8630d4c404241a16 /requirements.txt | |
| parent | 4c631ac6d0bbe3338598329ee562b92f6766d63a (diff) | |
| parent | 32cd0d31b3bb7e1c41ce11fd4e4ee9de557ae9a7 (diff) | |
Merge pull request #2206 from dalf/upgrade-pygments
[mod] upgrade pygments
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 e6a25c998..39eff78ad 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.2 -pygments==2.1.3 +pygments==2.8.0 python-dateutil==2.8.1 pyyaml==5.4.1 requests[socks]==2.25.1 |