diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-16 08:05:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 08:05:05 +0000 |
commit | 7d3320974dd137e7c8a9cf2976a18b6b8a30f5b5 (patch) | |
tree | 95efbf6afff07c151659a323ad0bb36c10183ef9 /requirements.txt | |
parent | 1ba3e5afa02503981182aeb3a76e3826093a381a (diff) | |
download | searxng-7d3320974dd137e7c8a9cf2976a18b6b8a30f5b5.tar.gz searxng-7d3320974dd137e7c8a9cf2976a18b6b8a30f5b5.zip |
Bump python-dateutil from 2.8.1 to 2.8.2
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.1 to 2.8.2.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](https://github.com/dateutil/dateutil/compare/2.8.1...2.8.2)
---
updated-dependencies:
- dependency-name: python-dateutil
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 1dddb6816..a8e0156c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==1.1.2 jinja2==2.11.3 lxml==4.6.3 pygments==2.9.0 -python-dateutil==2.8.1 +python-dateutil==2.8.2 pyyaml==5.4.1 httpx[http2]==0.17.1 Brotli==1.0.9 |