diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 18:03:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 18:03:57 +0000 |
commit | 22c6fac67103e4e7637f1e9860f74d0b11ae8d90 (patch) | |
tree | fa3c01cdfd8fe3292a559f36e5d8544f1527d03c | |
parent | 7dc6060c9cea270afabf7a243d8c4f4de1601fcb (diff) | |
parent | 5d8e77bf20302abe65890daaab3755b5073f0415 (diff) | |
download | searxng-22c6fac67103e4e7637f1e9860f74d0b11ae8d90.tar.gz searxng-22c6fac67103e4e7637f1e9860f74d0b11ae8d90.zip |
Merge pull request #2578 from searx/dependabot/pip/master/pyyaml-5.4.1
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 74671ed8b..e6a25c998 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ jinja2==2.11.3 lxml==4.6.2 pygments==2.1.3 python-dateutil==2.8.1 -pyyaml==5.3.1 +pyyaml==5.4.1 requests[socks]==2.25.1 langdetect==1.0.8 |