diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-16 17:59:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 17:59:36 +0000 |
commit | 5d8e77bf20302abe65890daaab3755b5073f0415 (patch) | |
tree | fa3c01cdfd8fe3292a559f36e5d8544f1527d03c /requirements.txt | |
parent | 7dc6060c9cea270afabf7a243d8c4f4de1601fcb (diff) | |
download | searxng-5d8e77bf20302abe65890daaab3755b5073f0415.tar.gz searxng-5d8e77bf20302abe65890daaab3755b5073f0415.zip |
Bump pyyaml from 5.3.1 to 5.4.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
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 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 |