update docker package version

This commit is contained in:
C.J. May 2025-01-08 00:36:53 -06:00 committed by GitHub
parent 9ea82ca1ee
commit f910ef7f1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ setup(
'restic_compose_backup.*',
]),
install_requires=[
'docker~=6.1.3',
'docker~=7.1.0',
],
entry_points={'console_scripts': [
'restic-compose-backup = restic_compose_backup.cli:main',