diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-15 07:04:37 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-16 20:06:01 +0000 |
commit | bc540dce5fc1a1442e6df84d25c67714f17112eb (patch) | |
tree | d6bad8044950e8dc954f6cd95c71705a2066ca8f /requirements.txt | |
parent | f63ffbb22bd2dab5921e79a3ac934885828f35f0 (diff) | |
download | searxng-bc540dce5fc1a1442e6df84d25c67714f17112eb.tar.gz searxng-bc540dce5fc1a1442e6df84d25c67714f17112eb.zip |
Bump pyyaml from 5.4.1 to 6.0
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [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.4.1...6.0)
---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-major
...
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 fc5e80394..927bbf7b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ jinja2==3.0.2 lxml==4.6.3 pygments==2.10.0 python-dateutil==2.8.2 -pyyaml==5.4.1 +pyyaml==6.0 httpx[http2]==0.19.0 Brotli==1.0.9 uvloop==0.16.0; python_version >= '3.7' |