Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps pgcli from 4.3.0 to 4.4.0.

Changelog

Sourced from pgcli's changelog.

4.4.0 (2025-12-24)

Features:

  • Add support for init-command to run when the connection is established.
    • Command line option --init-command
    • Provide init-command in the config file
    • Support dsn specific init-command in the config file
  • Add suggestion when setting the search_path
  • Allow per dsn_alias ssh tunnel selection

Internal:

  • Moderize the repository
    • Use uv instead of pip
    • Use github trusted publisher for pypi release
    • Update dev requirements and replace requirements-dev.txt with pyproject.toml
    • Use ruff instead of black

Bug fixes:

  • Improve display of larger durations when passed as floats
Commits
  • e92db29 Releasing version 4.4.0
  • 30b071b Changelog update to release 4.4.0. (#1548)
  • 1723391 Ssh tunnel configuration for dsn aliases (#1524)
  • f46d844 Add suggestion when setting the search_path (#1513)
  • a74eab8 Don't include '.0' on minutes and hours for durations when passed as large fl...
  • 435cf7f Ruff format. (#1507)
  • f9cd644 Modernize setup and publishing actions (#1506)
  • 9d9a912 Merge pull request #1504 from dbcli/amjith/init-command
  • a98163e Fix the behave test expectation about PING/PONG test.
  • 5aa912c Reenable the behave tests in CI.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pgcli](https://github.com/dbcli/pgcli) from 4.3.0 to 4.4.0.
- [Changelog](https://github.com/dbcli/pgcli/blob/main/changelog.rst)
- [Commits](dbcli/pgcli@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: pgcli
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant