Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeunier28 committed Jun 19, 2023
1 parent 53449c9 commit e834f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ prometheus-client==0.16.0; python_version > '3.0'
protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg-binary==3.1.9; python_version > '3.0'
psycopg[binary]==3.1.9; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==1.10.8; python_version > '3.0'
Expand Down
2 changes: 1 addition & 1 deletion pgbouncer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ license = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"psycopg-binary==3.1.9; python_version > '3.0'",
"psycopg[binary]==3.1.9; python_version > '3.0'",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deps = [
"cachetools==3.1.1; python_version < '3.0'",
"cachetools==5.3.0; python_version > '3.0'",
"futures==3.4.0; python_version < '3.0'",
"psycopg-binary==3.1.9; python_version > '3.0'",
"psycopg[binary]==3.1.9; python_version > '3.0'",
"semver==2.13.0",
]

Expand Down

0 comments on commit e834f4e

Please sign in to comment.