Skip to content

Commit edc5192

Browse files
fix: Update dependencies (#691)
- psycopg2-binary to 2.9.11 - SQLAlchemy to 2.0.44 - Singer SDK to 0.51.* Signed-off-by: Edgar Ramírez Mondragón <[email protected]>
1 parent ed0f4fd commit edc5192

File tree

2 files changed

+300
-267
lines changed

2 files changed

+300
-267
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ classifiers = [
2828
]
2929
dependencies = [
3030
"paramiko>=3,<4",
31-
"psycopg2-binary==2.9.10",
32-
"sqlalchemy==2.0.43",
31+
"psycopg2-binary==2.9.11",
32+
"sqlalchemy==2.0.44",
3333
"sshtunnel==0.4.0",
34-
"singer-sdk[faker,sql]~=0.50.0",
34+
"singer-sdk[faker,sql]~=0.51.0",
3535
]
3636
optional-dependencies.msgspec = [
3737
"msgspec>=0.19.0",

0 commit comments

Comments
 (0)