Skip to content

Bump the packages group across 1 directory with 3 updates#377

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/packages-1edfa5b3e1
Closed

Bump the packages group across 1 directory with 3 updates#377
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/packages-1edfa5b3e1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dlite-python, eval-type-backport and uvicorn to permit the latest version.
Updates dlite-python to 0.5.49

Release notes

Sourced from dlite-python's releases.

v0.5.49

What's Changed

Correct handling of units

Full Changelog: SINTEF/dlite@v0.5.48...v0.5.49

Changelog

v0.5.49 (2026-05-13)

Full Changelog

Merged pull requests:

0.5.49 (2026-05-12)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Commits

Updates eval-type-backport to 0.4.0

Commits

Updates uvicorn to 0.49.0

Release notes

Sourced from uvicorn's releases.

Version 0.49.0

What's Changed

Full Changelog: Kludex/uvicorn@0.48.0...0.49.0

Changelog

Sourced from uvicorn's changelog.

0.49.0 (June 3, 2026)

Changed

  • Bump httptools minimum version to 0.8.0 (#2962)
  • Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) (#2971)

0.48.0 (May 24, 2026)

Changed

  • Default ssl_ciphers to None and use OpenSSL defaults (#2940)

Fixed

  • Ignore duplicate forwarding headers in ProxyHeadersMiddleware (#2944)

0.47.0 (May 14, 2026)

Added

  • Add ssl_context_factory for custom SSLContext configuration (#2920)

Changed

  • Eagerly import the ASGI app in the parent process (#2919)

Fixed

  • Treat fd=0 as a valid file descriptor with reload/workers (#2927)

0.46.0 (April 23, 2026)

Added

  • Support ws_max_size in wsproto implementation (#2915)
  • Support ws_ping_interval and ws_ping_timeout in wsproto implementation (#2916)

Changed

  • Use bytearray for incoming WebSocket message buffer in websockets-sansio (#2917)

0.45.0 (April 21, 2026)

Added

  • Add --reset-contextvars flag to isolate ASGI request context (#2912)
  • Accept os.PathLike for log_config (#2905)
  • Accept log_level strings case-insensitively (#2907)

... (truncated)

Commits
  • 3ef2e3e Version 0.49.0 (#2973)
  • eeb64b1 Consume duplicate forwarding headers in ProxyHeadersMiddleware (#2971)
  • 630f4ac Make the watchfiles reload tests deterministic (#2972)
  • 9154922 chore(deps): bump the github-actions group across 1 directory with 6 updates ...
  • 739727a Migrate docs deploy from Cloudflare Pages to Workers (#2967)
  • be4a240 Gate docs preview deploy on Cloudflare token presence (#2966)
  • c489d7e Bump httptools minimum version to 0.8.0 (#2962)
  • 9f547bd Skip docs preview deploy for Dependabot PRs (#2961)
  • 44446b8 Migrate documentation from MkDocs Material to Zensical (#2959)
  • cfd659c Bump pymdown-extensions to 10.21.3 (#2958)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [dlite-python](https://github.com/SINTEF/dlite), [eval-type-backport](https://github.com/alexmojaki/eval_type_backport) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.

Updates `dlite-python` to 0.5.49
- [Release notes](https://github.com/SINTEF/dlite/releases)
- [Commits](SINTEF/dlite@v0.5.29...v0.5.49)

Updates `eval-type-backport` to 0.4.0
- [Commits](alexmojaki/eval_type_backport@v0.3.1...v0.4.0)

Updates `uvicorn` to 0.49.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.45.0...0.49.0)

---
updated-dependencies:
- dependency-name: dlite-python
  dependency-version: 0.5.49
  dependency-type: direct:production
  dependency-group: packages
- dependency-name: eval-type-backport
  dependency-version: 0.4.0
  dependency-type: direct:production
  dependency-group: packages
- dependency-name: uvicorn
  dependency-version: 0.49.0
  dependency-type: direct:production
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Issue or PR related to (Python) dependencies skip_changelog This issue/PR will be left out of the CHANGELOG.md labels Jun 10, 2026
@TEAM4-0 TEAM4-0 enabled auto-merge (squash) June 10, 2026 13:03
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.35%. Comparing base (2a999fa) to head (8b214d5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #377   +/-   ##
=======================================
  Coverage   73.35%   73.35%           
=======================================
  Files          15       15           
  Lines         638      638           
=======================================
  Hits          468      468           
  Misses        170      170           
Flag Coverage Δ
local 73.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@CasperWA

Copy link
Copy Markdown
Collaborator

@dependabot ignore dlite-python minor version

@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 0.5.x of dlite-python again, unless you unignore it.

@dependabot @github

dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 10, 2026
auto-merge was automatically disabled June 10, 2026 13:05

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/pip/main/packages-1edfa5b3e1 branch June 10, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue or PR related to (Python) dependencies skip_changelog This issue/PR will be left out of the CHANGELOG.md

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant