From 50024f7c62f4d6c153753e04b74df98ea45dfdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:14:29 +0000 Subject: [PATCH] Bump the python-deps group with 3 updates Bumps the python-deps group with 3 updates: [lxml](https://github.com/lxml/lxml), [pyyaml](https://github.com/yaml/pyyaml) and [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `lxml` from 5.2.2 to 5.3.0 - [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-5.2.2...lxml-5.3.0) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) Updates `pyinstaller` from 6.9.0 to 6.10.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.9.0...v6.10.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9a974c..059f112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ feedgen==1.0.0 feedparser==6.0.11 listparser==0.20 -lxml==5.2.2 +lxml==5.3.0 python-dateutil==2.9.0.post0 -pyyaml==6.0.1 -pyinstaller==6.9.0 \ No newline at end of file +pyyaml==6.0.2 +pyinstaller==6.10.0 \ No newline at end of file