Skip to content

Commit 68ded0f

Browse files
chore: Bump the runtime-dependencies group with 2 updates
Bumps the runtime-dependencies group with 2 updates: [psycopg2-binary](https://github.com/psycopg/psycopg2) and [ruff](https://github.com/astral-sh/ruff). Updates `psycopg2-binary` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) Updates `ruff` from 0.14.6 to 0.14.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.6...0.14.8) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 04f4107 commit 68ded0f

File tree

2 files changed

+79
-71
lines changed

2 files changed

+79
-71
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = [
3131
"paramiko>=4",
3232
"psycopg[binary]==3.3.1",
33-
"psycopg2-binary==2.9.10",
33+
"psycopg2-binary==2.9.11",
3434
"sqlalchemy~=2.0",
3535
"singer-sdk[sql]~=0.53.0",
3636
]

0 commit comments

Comments
 (0)