Skip to content

Commit e09a969

Browse files
committed
Update dev modules.
1 parent 4eb3067 commit e09a969

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.coveragerc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[run]
2-
parallel=True
32
source=pgcli

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,13 @@ pgcli = "pgcli.main:cli"
5252
keyring = ["keyring >= 12.2.0"]
5353
sshtunnel = ["sshtunnel >= 0.4.0"]
5454
dev = [
55-
# "build<0.10.0",
5655
"behave>=1.2.4",
57-
"coverage>=5.0.4",
58-
"codecov>=1.5.1",
56+
"coverage>=7.2.7",
5957
"docutils>=0.13.1",
6058
"keyrings.alt>=3.1",
61-
"pexpect==3.3; platform_system != 'Windows'",
62-
"pre-commit>=1.16.0",
63-
"pytest>=2.7.0",
59+
"pexpect>=4.9.0; platform_system != 'Windows'",
60+
"pytest>=7.4.4",
61+
"pytest-cov>=4.1.0",
6462
"ruff>=0.11.7",
6563
"sshtunnel>=0.4.0",
6664
"tox>=1.9.2",

0 commit comments

Comments
 (0)