Skip to content

Commit

Permalink
[stubsabot] Bump docker to 7.1.*
Browse files Browse the repository at this point in the history
Release: https://pypi.org/pypi/docker/7.1.0
Homepage: https://github.com/docker/docker-py
Repository: https://github.com/docker/docker-py
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/docker
Changelog: https://docker-py.readthedocs.io/en/stable/change-log.html
Diff: docker/docker-py@7.0.0...7.1.0

Stubsabot analysis of the diff between the two releases:
 - 1 public Python file has been added: `tests/unit/models_configs_test.py`.
 - 0 files included in typeshed's stubs have been deleted.
 - 43 files included in typeshed's stubs have been modified or renamed.
 - Total lines of Python code added: 502.
 - Total lines of Python code deleted: 370.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI
  • Loading branch information
stubsabot committed May 24, 2024
1 parent ac6c61b commit a9011c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/docker/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "7.0.*"
version = "7.1.*"
upstream_repository = "https://github.com/docker/docker-py"
requires = ["types-requests", "urllib3>=2"]

0 comments on commit a9011c8

Please sign in to comment.