[stable-2.17] Update distro version in __init__.py (#83125)

Update the bundled package distro from 1.6.0 to 1.9.0 in __init__.py

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 718edde465)

Co-authored-by: Hrishikesh Mishra <32640015+mishrahrishikesh@users.noreply.github.com>
pull/83136/head
Abhijeet Kasurde 7 months ago committed by GitHub
parent 86b1946b33
commit 5c03b06aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ Compat distro library.
from __future__ import annotations from __future__ import annotations
# The following makes it easier for us to script updates of the bundled code # The following makes it easier for us to script updates of the bundled code
_BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.6.0"} _BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.8.0"}
# The following additional changes have been made: # The following additional changes have been made:
# * Remove optparse since it is not needed for our use. # * Remove optparse since it is not needed for our use.

Loading…
Cancel
Save