From 9b1eb59426e307ca6b5f052ab4a813fc4233187c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 18:20:47 +0000 Subject: [PATCH] Bump distro from 1.4.0 to 1.9.0 Bumps [distro](https://github.com/python-distro/distro) from 1.4.0 to 1.9.0. - [Release notes](https://github.com/python-distro/distro/releases) - [Changelog](https://github.com/python-distro/distro/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-distro/distro/compare/v1.4.0...v1.9.0) --- updated-dependencies: - dependency-name: distro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cefd5da..8eb9e1cb 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ def find_version(*file_paths): install_requires=[ "click==8.1.3", "PyInstaller==5.12.0", - "distro==1.4.0", + "distro==1.9.0", "docker==6.0.1", "texttable==1.6.7", "python-dateutil==2.8.2",