Skip to content

Commit e93bf17

Browse files
Update distro requirement from <1.6.0,>=1.5.0 to >=1.5.0,<1.9.0
Updates the requirements on [distro](https://github.com/python-distro/distro) to permit the latest version. - [Release notes](https://github.com/python-distro/distro/releases) - [Changelog](https://github.com/python-distro/distro/blob/master/CHANGELOG.md) - [Commits](python-distro/distro@v1.5.0...v1.8.0) --- updated-dependencies: - dependency-name: distro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd20476 commit e93bf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# we explicitly include ruamel.yaml.clib as a dependency.
3939
"ruamel.yaml.clib>=0.2.0,<=0.2.7",
4040
"prompt-toolkit>=3.0.24,<3.0.29",
41-
"distro>=1.5.0,<1.6.0",
41+
"distro>=1.5.0,<1.9.0",
4242
"awscrt>=0.12.4,<0.17.0",
4343
"python-dateutil>=2.1,<3.0.0",
4444
"jmespath>=0.7.1,<1.1.0",

0 commit comments

Comments
 (0)