RedHatQE / managed-services-integration-tests

CSPI managed services integration tests
0 stars 7 forks source link

chore(deps): update poetry-deps #1103

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
docker (changelog) 7.0.0 -> 7.1.0 age adoption passing confidence
ipython 8.18.1 -> 8.24.0 age adoption passing confidence
openshift-python-utilities 5.0.44 -> 5.0.46 age adoption passing confidence
redhat-qe-cloud-tools 1.0.77 -> 1.0.78 age adoption passing confidence

Release Notes

docker/docker-py (docker) ### [`v7.1.0`](https://togithub.com/docker/docker-py/releases/tag/7.1.0) [Compare Source](https://togithub.com/docker/docker-py/compare/7.0.0...7.1.0) #### Upgrade Notes - Bumped minimum engine API version to 1.24 - Bumped default engine API version to 1.44 (Moby 25.0) #### Bugfixes - Fixed issue with tag parsing when the registry address includes ports that resulted in `invalid tag format` errors - Fixed issue preventing creating new configs (`ConfigCollection`), which failed with a `KeyError` due to the `name` field - Fixed an issue due to an update in the [requests](https://togithub.com/psf/requests) package breaking `docker-py` by applying the [suggested fix](https://togithub.com/psf/requests/pull/6710) #### Miscellaneous - Documentation improvements - Updated Ruff (linter) and fixed minor linting issues - Packaging/CI updates - Started using hatch for packaging (https://github.com/pypa/hatch) - Updated `setup-python` github action - Updated tests - Stopped checking for deprecated container and image related fields (`Container` and `ContainerConfig`) - Updated tests that check `NetworkSettings.Networks..Aliases` due to engine changes #### What's Changed - Bump default API version to 1.43 (Moby 24.0) by [@​vvoland](https://togithub.com/vvoland) in [https://github.com/docker/docker-py/pull/3199](https://togithub.com/docker/docker-py/pull/3199) - integration/commit: Don't check for deprecated fields by [@​vvoland](https://togithub.com/vvoland) in [https://github.com/docker/docker-py/pull/3203](https://togithub.com/docker/docker-py/pull/3203) - fix: tag regex should allow ports by [@​artificial-intelligence](https://togithub.com/artificial-intelligence) in [https://github.com/docker/docker-py/pull/3196](https://togithub.com/docker/docker-py/pull/3196) - utils: Fix datetime_to_timestamp by [@​vvoland](https://togithub.com/vvoland) in [https://github.com/docker/docker-py/pull/3208](https://togithub.com/docker/docker-py/pull/3208) - fix: keyerror when creating new config([#​3110](https://togithub.com/docker/docker-py/issues/3110)) by [@​Khushiyant](https://togithub.com/Khushiyant) in [https://github.com/docker/docker-py/pull/3200](https://togithub.com/docker/docker-py/pull/3200) - Update Ruff, fix some minor issues by [@​akx](https://togithub.com/akx) in [https://github.com/docker/docker-py/pull/3206](https://togithub.com/docker/docker-py/pull/3206) - docs: change image.history() return type to list ([#​3076](https://togithub.com/docker/docker-py/issues/3076)) by [@​Khushiyant](https://togithub.com/Khushiyant) in [https://github.com/docker/docker-py/pull/3202](https://togithub.com/docker/docker-py/pull/3202) - lint: fix string formatting by [@​milas](https://togithub.com/milas) in [https://github.com/docker/docker-py/pull/3211](https://togithub.com/docker/docker-py/pull/3211) - Drop `packaging` dependency by [@​akx](https://togithub.com/akx) in [https://github.com/docker/docker-py/pull/3205](https://togithub.com/docker/docker-py/pull/3205) - Bump default API version to 1.44 (Moby 25.0) by [@​vvoland](https://togithub.com/vvoland) in [https://github.com/docker/docker-py/pull/3231](https://togithub.com/docker/docker-py/pull/3231) - Modernize build to use `hatchling` and `hatch-vcs` by [@​akx](https://togithub.com/akx) in [https://github.com/docker/docker-py/pull/3207](https://togithub.com/docker/docker-py/pull/3207) - Enable Ruff I (import sort), autofix by [@​akx](https://togithub.com/akx) in [https://github.com/docker/docker-py/pull/3212](https://togithub.com/docker/docker-py/pull/3212) - chore(ci): fix-ups across Make / Docker / GitHub Actions by [@​milas](https://togithub.com/milas) in [https://github.com/docker/docker-py/pull/3241](https://togithub.com/docker/docker-py/pull/3241) - chore: fix return type docs for `container.logs()` by [@​BobDu](https://togithub.com/BobDu) in [https://github.com/docker/docker-py/pull/2240](https://togithub.com/docker/docker-py/pull/2240) - CI fix by [@​krissetto](https://togithub.com/krissetto) in [https://github.com/docker/docker-py/pull/3260](https://togithub.com/docker/docker-py/pull/3260) - Fix for requests 2.32 by [@​felixfontein](https://togithub.com/felixfontein) in [https://github.com/docker/docker-py/pull/3257](https://togithub.com/docker/docker-py/pull/3257) - Added 7.1.0 changelog by [@​krissetto](https://togithub.com/krissetto) in [https://github.com/docker/docker-py/pull/3262](https://togithub.com/docker/docker-py/pull/3262) - Fix env var name in release pipeline by [@​krissetto](https://togithub.com/krissetto) in [https://github.com/docker/docker-py/pull/3263](https://togithub.com/docker/docker-py/pull/3263) - Change env var name in release pipeline to match hatch expectations by [@​krissetto](https://togithub.com/krissetto) in [https://github.com/docker/docker-py/pull/3264](https://togithub.com/docker/docker-py/pull/3264) #### New Contributors - [@​vvoland](https://togithub.com/vvoland) made their first contribution in [https://github.com/docker/docker-py/pull/3199](https://togithub.com/docker/docker-py/pull/3199) - [@​artificial-intelligence](https://togithub.com/artificial-intelligence) made their first contribution in [https://github.com/docker/docker-py/pull/3196](https://togithub.com/docker/docker-py/pull/3196) - [@​Khushiyant](https://togithub.com/Khushiyant) made their first contribution in [https://github.com/docker/docker-py/pull/3200](https://togithub.com/docker/docker-py/pull/3200) - [@​BobDu](https://togithub.com/BobDu) made their first contribution in [https://github.com/docker/docker-py/pull/2240](https://togithub.com/docker/docker-py/pull/2240) - [@​krissetto](https://togithub.com/krissetto) made their first contribution in [https://github.com/docker/docker-py/pull/3260](https://togithub.com/docker/docker-py/pull/3260) **Full Changelog**: https://github.com/docker/docker-py/compare/7.0.0...7.1.0
ipython/ipython (ipython) ### [`v8.24.0`](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.23.0...8.24.0) ### [`v8.23.0`](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.2...8.23.0) ### [`v8.22.2`](https://togithub.com/ipython/ipython/compare/8.22.1...8.22.2) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.1...8.22.2) ### [`v8.22.1`](https://togithub.com/ipython/ipython/compare/8.22.0...8.22.1) [Compare Source](https://togithub.com/ipython/ipython/compare/8.22.0...8.22.1) ### [`v8.22.0`](https://togithub.com/ipython/ipython/compare/8.21.0...8.22.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.21.0...8.22.0) ### [`v8.21.0`](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.20.0...8.21.0) ### [`v8.20.0`](https://togithub.com/ipython/ipython/compare/8.19.0...8.20.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.19.0...8.20.0) ### [`v8.19.0`](https://togithub.com/ipython/ipython/compare/8.18.1...8.19.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.18.1...8.19.0)
RedHatQE/openshift-python-utilities (openshift-python-utilities) ### [`v5.0.46`](https://togithub.com/RedHatQE/openshift-python-utilities/releases/tag/v5.0.46): Release 5.0.46 [Compare Source](https://togithub.com/RedHatQE/openshift-python-utilities/compare/v5.0.45...v5.0.46) - poetry update ([`9c1bc9f`](https://togithub.com/RedHatQE/openshift-python-utilities/commit/9c1bc9f)) by Meni Yakove on 2024-05-23 ### [`v5.0.45`](https://togithub.com/RedHatQE/openshift-python-utilities/releases/tag/v5.0.45): Release 5.0.45 [Compare Source](https://togithub.com/RedHatQE/openshift-python-utilities/compare/v5.0.44...v5.0.45) - poetry update ([`31895e4`](https://togithub.com/RedHatQE/openshift-python-utilities/commit/31895e4)) by Meni Yakove on 2024-05-23
RedHatQE/cloud-tools (redhat-qe-cloud-tools) ### [`v1.0.78`](https://togithub.com/RedHatQE/cloud-tools/releases/tag/1.0.78) [Compare Source](https://togithub.com/RedHatQE/cloud-tools/compare/1.0.77...1.0.78) - poetry update ([`3a4771d`](https://togithub.com/RedHatQE/cloud-tools/commit/3a4771d)) by Meni Yakove on 2024-05-23 - poetry update ([`3e3dea8`](https://togithub.com/RedHatQE/cloud-tools/commit/3e3dea8)) by Meni Yakove on 2024-05-23 - Update dependency ipython to v8.24.0 ([#​558](https://togithub.com/RedHatQE/cloud-tools/issues/558)) ([`4431a9e`](https://togithub.com/RedHatQE/cloud-tools/commit/4431a9e)) by renovate\[bot] on 2024-05-23 - Update poetry-deps ([#​557](https://togithub.com/RedHatQE/cloud-tools/issues/557)) ([`0d7e0ab`](https://togithub.com/RedHatQE/cloud-tools/commit/0d7e0ab)) by renovate\[bot] on 2024-05-23

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

redhat-qe-bot2 commented 4 months ago

Report bugs in Issues

The following are automatically added:

Available user actions:

Supported /retest check runs * `/retest tox`: Retest tox * `/retest build-container`: Retest build-container
Supported labels * hold * verified * wip * lgtm
sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

myakove commented 4 months ago

/lgtm

redhat-qe-bot commented 4 months ago

Owner of the pull request renovate[bot] is part of: ['renovate[bot]', 'pre-commit-ci[bot]', 'redhat-qe-bot', 'redhat-qe-bot1', 'redhat-qe-bot2', 'msi-b1'] Pull request is merged automatically.

msi-b1 commented 4 months ago

New container for quay.io/redhat_msi/managed-services-integration-tests:latest published