Skip to content

Commit

Permalink
build(deps): pin tsd-api-client to <3.6
Browse files Browse the repository at this point in the history
Also moved it to dev dependencies as it's only used for tests.
  • Loading branch information
haatveit committed Nov 1, 2024
1 parent 2abbf53 commit 564dc69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
29 changes: 4 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tornado = ">=6.3.2"
psycopg2 = ">=2.9.3"
libnacl = ">=1.7.1"
pysquril = ">=1.0.0"
tsd-api-client = ">=3.5.2"
SQLAlchemy = ">=1.3.8,<2"
pretty-bad-protocol = ">=3.1.1"
click = ">=8.0"
Expand All @@ -28,9 +27,10 @@ python-magic = ">=0.4.15"
pika = ">=1.1.0"
pyyaml = ">=5.4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
backoff = ">=2.2.1"
requests = ">=2.27.1"
tsd-api-client = ">=3.5.2,<3.6"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 564dc69

Please sign in to comment.