Skip to content

Commit ea6b649

Browse files
committed
Fix ReDoS in Pytest
1 parent 8ff7f73 commit ea6b649

File tree

2 files changed

+77
-66
lines changed

2 files changed

+77
-66
lines changed

poetry.lock

Lines changed: 75 additions & 64 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
@@ -26,14 +26,14 @@ matplotlib = "^3.4.2"
2626
numpy = ">=1.24,<2.0"
2727
tzlocal = "^2.1"
2828
numpydoc = {version = "^1.1.0", optional = true}
29-
ipython = {version = "^7.18.1", optional = true}
29+
ipython = {version = "^8.24", optional = true}
3030
pandas-genomics = "^1.0.0"
3131
rpy2 = "^3.6.0"
3232

3333
[tool.poetry.group.dev.dependencies]
3434
mypy = "^1.5.1"
3535
tox = "^4.26.0"
36-
pytest = "^7"
36+
pytest = "^7.2"
3737
codecov = "^2.1.11"
3838
coverage = "^5.5"
3939
flake8 = "^6"

0 commit comments

Comments
 (0)