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

Update all minor versions (master) (minor) #1175

Merged
merged 6 commits into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
boltons 24.0.0 -> 24.1.0 age adoption passing confidence
c2cwsgiutils 6.0.8 -> 6.1.2 age adoption passing confidence
c2cwsgiutils ==6.0.8 -> ==6.1.2 age adoption passing confidence
pip (changelog) ==24.2 -> ==24.3.1 age adoption passing confidence
prospector-profile-utils 1.8.0 -> 1.9.1 age adoption passing confidence
puppeteer (source) 23.5.3 -> 23.6.1 age adoption passing confidence

Release Notes

mahmoud/boltons (boltons)

v24.1.0

Compare Source

(November 1, 2024)

  • Added max_depth parameter to [fileutils.iter_find_files][fileutils.iter_find_files]
  • Added enter parameter to [iterutils.research][iterutils.research] to support traversing custom data types
  • Add optional print tracing for [iterutils.remap][iterutils.remap] for easier debugging
  • Fixed [typeutils.Sentinel][typeutils.make_sentinel] copy behavior to return self
  • Tentative Python 3.13 support (#​365, #​366)
camptocamp/c2cwsgiutils (c2cwsgiutils)

v6.1.2

Compare Source

6.1.2 (2024-10-31)
Fixed bugs
Security fixes
Chore

Changes that shouldn't affect the users like continuous integration updates

v6.1.1

Compare Source

6.1.1 (2024-10-26)
New feature
Chore

Changes that shouldn't affect the users like continuous integration updates

v6.1.0

Compare Source

6.1.0 (2024-10-25)

New feature

Fixed bugs

Documentation

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

pypa/pip (pip)

v24.3.1

Compare Source

v24.3

Compare Source

sbrunner/prospector-profile-utils (prospector-profile-utils)

v1.9.1

Compare Source

1.9.1 (2024-10-08)

Fixed bugs

v1.9.0

Compare Source

1.9.0 (2024-10-08)

New feature

puppeteer/puppeteer (puppeteer)

v23.6.1

Compare Source

v23.6.0: puppeteer: v23.6.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 23.5.3 to 23.6.0

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Update the dependencies label Nov 1, 2024
Copy link
Contributor Author

renovate bot commented Nov 1, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: acceptance_tests/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv shared-config-manager-acceptance-F9C7u2qe-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.9,<3.13) is not compatible with some of the required packages Python requirement:
  - c2cwsgiutils requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10

Because shared-config-manager-acceptance depends on c2cwsgiutils[standard,test-images] (6.1.2) which requires Python >=3.10, version solving failed.

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

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

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

Creating virtualenv shared-config-manager-bVxoLcLG-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.9,<3.13) is not compatible with some of the required packages Python requirement:
  - c2cwsgiutils requires Python >=3.10, so it will not be satisfied for Python >=3.9,<3.10

Because shared-config-manager depends on c2cwsgiutils[broadcast,debug,oauth2,standard] (6.1.2) which requires Python >=3.10, version solving failed.

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

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

@renovate renovate bot enabled auto-merge (rebase) November 1, 2024 18:08
@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch 3 times, most recently from bf29c37 to 7e60b7f Compare November 2, 2024 06:12
@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 7e60b7f to 23f7421 Compare November 4, 2024 08:38
Copy link
Contributor Author

renovate bot commented Nov 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sbrunner sbrunner force-pushed the renovate/master-all-minor-versions branch from a6b2e7c to 93dd6f3 Compare November 4, 2024 13:00
geo-ghci-int bot and others added 4 commits November 4, 2024 13:02
From the artifact of the previous workflow run
From the artifact of the previous workflow run
@renovate renovate bot merged commit 056c31c into master Nov 4, 2024
8 checks passed
@renovate renovate bot deleted the renovate/master-all-minor-versions branch November 4, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant