Skip to content

Commit 564dc69

Browse files
committed
build(deps): pin tsd-api-client to <3.6
Also moved it to dev dependencies as it's only used for tests.
1 parent 2abbf53 commit 564dc69

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

poetry.lock

Lines changed: 4 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ tornado = ">=6.3.2"
1919
psycopg2 = ">=2.9.3"
2020
libnacl = ">=1.7.1"
2121
pysquril = ">=1.0.0"
22-
tsd-api-client = ">=3.5.2"
2322
SQLAlchemy = ">=1.3.8,<2"
2423
pretty-bad-protocol = ">=3.1.1"
2524
click = ">=8.0"
@@ -28,9 +27,10 @@ python-magic = ">=0.4.15"
2827
pika = ">=1.1.0"
2928
pyyaml = ">=5.4"
3029

31-
[tool.poetry.dev-dependencies]
30+
[tool.poetry.group.dev.dependencies]
3231
backoff = ">=2.2.1"
3332
requests = ">=2.27.1"
33+
tsd-api-client = ">=3.5.2,<3.6"
3434

3535
[tool.poetry-dynamic-versioning]
3636
enable = true

0 commit comments

Comments
 (0)