From 4b5c774324d877d2f55abe1d209a4baa8815dbe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:52:44 +0000 Subject: [PATCH] Bump the python-deps group with 5 updates Bumps the python-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [feedgen](https://github.com/lkiesow/python-feedgen) | `0.9.0` | `1.0.0` | | [feedparser](https://github.com/kurtmckee/feedparser) | `6.0.10` | `6.0.11` | | [lxml](https://github.com/lxml/lxml) | `4.9.3` | `4.9.4` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0` | `6.0.1` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.0.0` | `6.3.0` | Updates `feedgen` from 0.9.0 to 1.0.0 - [Release notes](https://github.com/lkiesow/python-feedgen/releases) - [Commits](https://github.com/lkiesow/python-feedgen/compare/v0.9.0...v1.0.0) Updates `feedparser` from 6.0.10 to 6.0.11 - [Changelog](https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/kurtmckee/feedparser/compare/6.0.10...6.0.11) Updates `lxml` from 4.9.3 to 4.9.4 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.3...lxml-4.9.4) Updates `pyyaml` from 6.0 to 6.0.1 - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1) Updates `pyinstaller` from 6.0.0 to 6.3.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.0.0...v6.3.0) --- updated-dependencies: - dependency-name: feedgen dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: feedparser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index eb15635..7c56c98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -feedgen==0.9.0 -feedparser==6.0.10 +feedgen==1.0.0 +feedparser==6.0.11 listparser==0.19.0 -lxml==4.9.3 +lxml==4.9.4 python-dateutil==2.8.2 -pyyaml==6.0 -pyinstaller==6.0.0 \ No newline at end of file +pyyaml==6.0.1 +pyinstaller==6.3.0 \ No newline at end of file