From 09a34ffca2439aa1899868b59337fb5cbba7997f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:38:46 +0000 Subject: [PATCH] Bump distro from 1.8.0 to 1.9.0 Bumps [distro](https://github.com/python-distro/distro) from 1.8.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: distro dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b59b69..d85e438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ psutil==5.9.7 sh==2.0.6 SQLAlchemy==1.4.50 requests>=2.20.0 -distro==1.8.0 +distro==1.9.0 argcomplete==3.2.1 colorlog==6.8.0