diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-08 07:59:20 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-03-08 18:46:18 +0100 |
commit | 48d04871a4bc37946ebd0a028944ca6283ba820f (patch) | |
tree | 564847f2c293a8ad50890bfce947412131aca020 | |
parent | 44decaa524279e2fc10ce42f044e1ee69bcc2aca (diff) | |
download | searxng-48d04871a4bc37946ebd0a028944ca6283ba820f.tar.gz searxng-48d04871a4bc37946ebd0a028944ca6283ba820f.zip |
Bump python-dateutil from 2.8.2 to 2.9.0.post0
Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0.post0.
- [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.2...2.9.0.post0)
---
updated-dependencies:
- dependency-name: python-dateutil
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 80f0bdb47..a6e51ff02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask==3.0.2 jinja2==3.1.3 lxml==5.1.0 pygments==2.17.2 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 pyyaml==6.0.1 httpx[http2]==0.24.1 Brotli==1.1.0 |