Skip to content

Commit ce57eb8

Browse files
committed
poetry: remove ipdb from development dependencies
ipdb is a tool to help debugging but it has too many dependencies and they deprecate supported python versions earlier than pytest-httpserver. ipython has also a vulnerability which is fixed in a version requiring python 3.8 or above while pytest-httpserver still wants to support 3.7 (until 3.7's EOL at minimum).
1 parent adb8bed commit ce57eb8

2 files changed

Lines changed: 1 addition & 225 deletions

File tree

poetry.lock

Lines changed: 1 addition & 224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ types-requests = "^2.28.9"
4848
pytest = "^7.1.3"
4949
pytest-cov = ">=3,<5"
5050
coverage = "^6.4.4"
51-
ipdb = "^0.13.9"
5251
types-toml = "^0.10.8"
5352
toml = "^0.10.2"
5453
black = "^23.1.0"

0 commit comments

Comments
 (0)