diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-21 07:24:25 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-22 17:46:12 +0200 |
commit | a259bd4d4eb300c2792a449c500201d3e2aac980 (patch) | |
tree | e26c30ff68da91c4da2cf491029daf16a3f3464a /requirements.txt | |
parent | a446dea1bb492eac417de9a900fae7cdf94aeec0 (diff) | |
download | searxng-a259bd4d4eb300c2792a449c500201d3e2aac980.tar.gz searxng-a259bd4d4eb300c2792a449c500201d3e2aac980.zip |
Bump pyyaml from 6.0 to 6.0.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1)
---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 54e96c3a6..f3df2f5cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ jinja2==3.1.2 lxml==4.9.3 pygments==2.15.1 python-dateutil==2.8.2 -pyyaml==6.0 +pyyaml==6.0.1 httpx[http2]==0.21.2 Brotli==1.0.9 uvloop==0.17.0 |