Skip to content

chore(deps): update patch [skip pre-commit.ci] - autoclosed#1207

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch
Closed

chore(deps): update patch [skip pre-commit.ci] - autoclosed#1207
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2026

This PR contains the following updates:

Package Type Update Change Pending OpenSSF Age Confidence
githubkit project.dependencies patch 0.14.40.14.6 0.14.7 OpenSSF Scorecard age confidence
psycopg (changelog) project.dependencies patch 3.3.23.3.3 OpenSSF Scorecard age confidence
python-dotenv project.dependencies patch 1.2.11.2.2 OpenSSF Scorecard age confidence
rich project.dependencies patch 14.3.214.3.3 OpenSSF Scorecard age confidence
sqlalchemy (changelog) project.dependencies patch 2.0.462.0.48 age confidence

Release Notes

yanyongyu/githubkit (githubkit)

v0.14.6: Release 0.14.6

Compare Source

What's Changed

Full Changelog: yanyongyu/githubkit@v0.14.5...v0.14.6

v0.14.5: Release 0.14.5

Compare Source

What's Changed
  • re-generate openapi models and apis

Full Changelog: yanyongyu/githubkit@v0.14.4...v0.14.5

psycopg/psycopg (psycopg)

v3.3.3

Compare Source

theskumar/python-dotenv (python-dotenv)

v1.2.2

Compare Source

Added
  • Support for Python 3.14, including the free-threaded (3.14t) build. (#​588)
Changed
  • The dotenv run command now forwards flags directly to the specified command by [@​bbc2] in [#​607]
  • Improved documentation clarity regarding override behavior and the reference page.
  • Updated PyPy support to version 3.11.
  • Documentation for FIFO file support.
  • Dropped Support for Python 3.9.
Fixed
  • Improved set_key and unset_key behavior when interacting with symlinks by [@​bbc2] in [790c5c0]
  • Corrected the license specifier and added missing Python 3.14 classifiers in package metadata by [@​JYOuyang] in [#​590]
Breaking Changes
  • dotenv.set_key and dotenv.unset_key used to follow symlinks in some
    situations. This is no longer the case. For that behavior to be restored in
    all cases, follow_symlinks=True should be used.

  • In the CLI, set and unset used to follow symlinks in some situations. This
    is no longer the case.

  • dotenv.set_key, dotenv.unset_key and the CLI commands set and unset
    used to reset the file mode of the modified .env file to 0o600 in some
    situations. This is no longer the case: The original mode of the file is now
    preserved. Is the file needed to be created or wasn't a regular file, mode
    0o600 is used.

Textualize/rich (rich)

v14.3.3

Compare Source

Fixed
  • Fixed infinite loop with cells.split_graphemes #​4006

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

| datasource | package       | from   | to     |
| ---------- | ------------- | ------ | ------ |
| pypi       | githubkit     | 0.14.4 | 0.14.6 |
| pypi       | psycopg       | 3.3.2  | 3.3.3  |
| pypi       | python-dotenv | 1.2.1  | 1.2.2  |
| pypi       | rich          | 14.3.2 | 14.3.3 |
| pypi       | sqlalchemy    | 2.0.46 | 2.0.47 |
@renovate
Copy link
Contributor Author

renovate bot commented Mar 9, 2026

⚠️ 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: pyproject.toml
Artifact update for githubkit resolved to version 0.14.7, which is a pending version that has not yet passed the Minimum Release Age threshold.
Renovate was attempting to update to 0.14.6
This is (likely) not a bug in Renovate, but due to the way your project pins dependencies, _and_ how Renovate calls your package manager to update them.
Until Renovate supports specifying an exact update to your package manager (https://github.com/renovatebot/renovate/issues/41624), it is recommended to directly pin your dependencies (with `rangeStrategy=pin` for apps, or `rangeStrategy=widen` for libraries)
See also: https://docs.renovatebot.com/dependency-pinning/

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

📚 Documentation Preview

Type URL Version Message
Production https://tux.atl.dev - -
Preview https://0249691a-tux-docs.allthingslinux.workers.dev 0249691a-1bfc-45d8-a70a-6727e45a6d0e Preview: tux@38e7dfa220a4bf7463571186daefbc3f42c55e37 on 1207/merge by renovate[bot] (run 460)

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 5 package(s) with unknown licenses.
See the Details below.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 024b584.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

License Issues

uv.lock

PackageVersionLicenseIssue Type
githubkit0.14.7NullUnknown License
psycopg3.3.3NullUnknown License
psycopg-binary3.3.3NullUnknown License
python-dotenv1.2.2NullUnknown License
sqlalchemy2.0.48NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/githubkit 0.14.7 UnknownUnknown
pip/psycopg 3.3.3 UnknownUnknown
pip/psycopg-binary 3.3.3 UnknownUnknown
pip/python-dotenv 1.2.2 UnknownUnknown
pip/rich 14.3.3 UnknownUnknown
pip/sqlalchemy 2.0.48 UnknownUnknown

Scanned Files

  • uv.lock

@sentry
Copy link

sentry bot commented Mar 9, 2026

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
664 2 662 36
View the full list of 2 ❄️ flaky test(s)
tests/cache/test_backend.py::TestValkeyBackend::test_setex_called_when_ttl_sec_provided

Flake rate in main: 100.00% (Passed 0 times, Failed 33 times)

Stack Traces | 0.008s run time
tests/cache/test_backend.py:162: in test_setex_called_when_ttl_sec_provided
    assert args[2] == "v"
E   assert '"v"' == 'v'
E     
E     #x1B[0m#x1B[91m- v#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ "v"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
tests/cache/test_backend.py::TestValkeyBackend::test_string_value_stored_as_is

Flake rate in main: 100.00% (Passed 0 times, Failed 33 times)

Stack Traces | 0.005s run time
tests/cache/test_backend.py:128: in test_string_value_stored_as_is
    assert mock_client.set.call_args[0][1] == "plain"
E   assert '"plain"' == 'plain'
E     
E     #x1B[0m#x1B[91m- plain#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     #x1B[92m+ "plain"#x1B[39;49;00m#x1B[90m#x1B[39;49;00m
E     ? +     +#x1B[90m#x1B[39;49;00m

To view more test analytics, go to the [Prevent Tests Dashboard](https://All Things Linux.sentry.io/prevent/tests/?preventPeriod=30d&integratedOrgName=allthingslinux&repository=tux&branch=renovate%2Fpatch)

@renovate renovate bot changed the title chore(deps): update patch [skip pre-commit.ci] chore(deps): update patch [skip pre-commit.ci] - autoclosed Mar 11, 2026
@renovate renovate bot closed this Mar 11, 2026
@renovate renovate bot deleted the renovate/patch branch March 11, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants