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 dependencies #424

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #424

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action minor v4.4.3 -> v4.6.0 age adoption passing confidence
certifi dependencies minor 2024.8.30 -> 2024.12.14 age adoption passing confidence
cgr.dev/chainguard/python final digest 2d14d05 -> b4d2208
cgr.dev/chainguard/python stage digest 912ce75 -> d1142f4
github/codeql-action action minor v3.27.9 -> v3.28.2 age adoption passing confidence
peter-evans/create-pull-request action patch v7.0.5 -> v7.0.6 age adoption passing confidence
pydantic (changelog) dependencies patch 2.10.3 -> 2.10.5 age adoption passing confidence
sqlalchemy (changelog) dependencies patch 2.0.36 -> 2.0.37 age adoption passing confidence
starlette (changelog) dependencies minor 0.41.3 -> 0.45.2 age adoption passing confidence
stefanzweifel/git-auto-commit-action action minor v5.0.1 -> v5.1.0 age adoption passing confidence
step-security/harden-runner action patch v2.10.2 -> v2.10.4 age adoption passing confidence
uvicorn (changelog) dependencies minor 0.32.1 -> 0.34.0 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

certifi/python-certifi (certifi)

v2024.12.14

Compare Source

github/codeql-action (github/codeql-action)

v3.28.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.2 - 21 Jan 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.1 - 10 Jan 2025
  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v3.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.6: Create Pull Request v7.0.6

Compare Source

⚙️ Fixes an issue with commit signing where unicode characters in file paths were not preserved.

What's Changed

New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.5...v7.0.6

pydantic/pydantic (pydantic)

v2.10.5

Compare Source

GitHub release

What's Changed

v2.10.4

Compare Source

GitHub release

What's Changed
Packaging
Fixes
New Contributors
encode/starlette (starlette)

v0.45.2: Version 0.45.2

Compare Source

Fixed
  • Make create_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 by @​graingert in #​2833.

Full Changelog: encode/starlette@0.45.1...0.45.2

v0.45.1: Version 0.45.1

Compare Source

Fixed
Refactor

Full Changelog: encode/starlette@0.45.0...0.45.1

v0.45.0: Version 0.45.0

Compare Source

Removed


Full Changelog: encode/starlette@0.44.0...0.45.0

v0.44.0: Version 0.44.0

Compare Source

Added

New Contributors

Full Changelog: encode/starlette@0.43.0...0.44.0

v0.43.0: Version 0.43.0

Compare Source

Removed

  • Remove deprecated allow_redirects argument from TestClient #​2808.

Added

  • Make UUID path parameter conversion more flexible #​2806.

New Contributors

Full Changelog: encode/starlette@0.42.0...0.43.0

v0.42.0

Compare Source

Added

  • Raise ClientDisconnect on StreamingResponse #​2732.

Fixed

  • Use ETag from headers when parsing If-Range in FileResponse #​2761.
  • Follow directory symlinks in StaticFiles when follow_symlinks=True #​2711.
  • Bump minimum python-multipart version to 0.0.18 0ba8395.
  • Bump minimum httpx version to 0.27.0 #​2773.

New Contributors

Full Changelog: encode/starlette@0.41.3...0.42.0

stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)

v5.1.0

Compare Source

Changed
Fixed
Dependency Updates
step-security/harden-runner (step-security/harden-runner)

v2.10.4

Compare Source

What's Changed

Fixed a potential Harden-Runner post step failure that could occur when printing agent service logs. The fix gracefully handles failures without failing the post step.

Full Changelog: step-security/harden-runner@v2...v2.10.4

v2.10.3

Compare Source

What's Changed

Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.

Full Changelog: step-security/harden-runner@v2...v2.10.3

encode/uvicorn (uvicorn)

v0.34.0

Compare Source

Added
  • Add content-length to 500 response in wsproto implementation (#​2542)
Removed
  • Drop support for Python 3.8 (#​2543)

v0.33.0

Compare Source

Removed
  • Remove WatchGod support for --reload (#​2536)

Configuration

📅 Schedule: Branch creation - "every 1 hours every weekday" (UTC), 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.

Copy link
Contributor Author

renovate bot commented Dec 16, 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 ms-compitem-crud-9fPGTjUE-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because ms-compitem-crud depends on fastapi (0.115.6) which depends on starlette (>=0.40.0,<0.42.0), starlette is required.
So, because ms-compitem-crud depends on starlette (0.45.2), version solving failed.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 0237c5c to 3e89070 Compare December 21, 2024 01:15
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 6b4a268 to 158b3bd Compare January 1, 2025 10:16
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 72096c5 to c3fdaa4 Compare January 8, 2025 18:09
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from ab699b8 to b4cdf5f Compare January 15, 2025 02:09
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c363f09 to acbf708 Compare January 21, 2025 01:17
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.

0 participants