Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies (major) #123

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v2 -> v4 age adoption passing confidence
docker (changelog) dependencies major 6.1.3 -> 7.1.0 age adoption passing confidence
python-dotenv dependencies major 0.20.0 -> 1.0.1 age adoption passing confidence
python-slugify dependencies major 6.1.2 -> 8.0.4 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

docker/docker-py (docker)

v7.1.0

Compare Source

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 package breaking docker-py by applying the suggested fix

Miscellaneous

  • Documentation improvements
  • Updated Ruff (linter) and fixed minor linting issues
  • Packaging/CI updates
  • Updated tests
    • Stopped checking for deprecated container and image related fields (Container and ContainerConfig)
    • Updated tests that check NetworkSettings.Networks.<network>.Aliases due to engine changes

What's Changed

New Contributors

Full Changelog: docker/docker-py@7.0.0...7.1.0

v7.0.0

Compare Source

Upgrade Notes (from 6.x) ⚠️

  • Removed SSL version (ssl_version) and explicit hostname check (assert_hostname) options (#​3185)
    • assert_hostname has not been used since Python 3.6 and was removed in 3.12
    • Python 3.7+ supports TLSv1.3 by default
  • Websocket support is no longer included by default (#​3123)
    • Use pip install docker[websockets] to include websocket-client dependency
    • By default, docker-py hijacks the TCP connection and does not use Websockets
    • Websocket client is only required to use attach_socket(container, ws=True)
  • Python 3.7 no longer supported (reached end-of-life June 2023) (#​3187)

Features ✨

  • Python 3.12 support (#​3185)
  • Full networking_config support for containers.create() (#​3121)
    • Replaces network_driver_opt (added in 6.1.0)
  • Add health() property to container that returns status (e.g. unhealthy) (#​3147)
  • Add pause option to container.commit() (#​3159)
  • Add support for bind mount propagation (e.g. rshared, private) (#​3164)
  • Add support for filters, keep_storage, and all in prune_builds() on API v1.39+ (#​3192)

Bugfixes 🐛

  • Consistently return docker.errors.NotFound on 404 responses (#​3156)
  • Validate tag format before push (#​3191)
Miscellaneous 🔧

What's Changed

New Contributors

Full Changelog: docker/docker-py@6.1.3...7.0.0

theskumar/python-dotenv (python-dotenv)

v1.0.1

Compare Source

Fixed

Misc

v1.0.0

Compare Source

Fixed

v0.21.1

Compare Source

Added

Fixed

v0.21.0

Compare Source

Added

Fixed

un33k/python-slugify (python-slugify)

v8.0.4

Compare Source

  • Properly handle uppercase special characters (@​mib1185 - thx)

v8.0.3

Compare Source

  • Drop compatibility for unsupported Python Version (@​Viicos - thx)
  • Fix pattern types.

v8.0.2

Compare Source

v8.0.1

Compare Source

  • Added license notice to readme (@​C-nit - thx)

v8.0.0

Compare Source

  • By default, prefer unidecode if installed (@​enkidulan - thx)

v7.0.0

Compare Source

  • Drop python 3.6, add python 3.11 (@​hugovk - thx)

Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jan 1, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv dotrun-yLZF-2QB-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's Python requirement (>=3.6,<4.0) is not compatible with some of the required packages Python requirement:
  - docker requires Python >=3.7, so it will not be satisfied for Python >=3.6,<3.7

Because dotrun depends on docker (6.1.3) which requires Python >=3.7, version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For docker, a possible solution would be to set the `python` property to ">=3.7,<4.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from a2f3a53 to f8cf05b Compare January 23, 2024 08:07
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from daa4166 to 618038c Compare January 31, 2024 19:44
@renovate renovate bot force-pushed the renovate/major-all branch from 618038c to f023e5f Compare February 8, 2024 21:14
@renovate renovate bot force-pushed the renovate/major-all branch from f023e5f to c1bb013 Compare July 18, 2024 11:04
@goulinkh goulinkh merged commit 10220ae into main Aug 12, 2024
3 checks passed
@goulinkh goulinkh deleted the renovate/major-all branch August 12, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant