Skip to content

Commit

Permalink
build(deps): update distro requirement from ==1.8.* to ==1.9.*
Browse files Browse the repository at this point in the history
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.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: distro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent e81ebf8 commit 62fee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distro==1.8.* ; sys_platform == 'linux'
distro==1.9.* ; sys_platform == 'linux'
dulwich>=0.21.5,<0.21.7
giturlparse>=0.10,<0.13
imagesize>=1.4,<1.5
Expand Down

0 comments on commit 62fee4e

Please sign in to comment.