Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit e992550

Browse files
committed
Bump pytest and other deps
1 parent 656183c commit e992550

2 files changed

Lines changed: 86 additions & 61 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ mypy = "^0.770"
2323
pyflakes = "2.1.1"
2424

2525
# tests
26-
attrs = "^18.2.0" # we need old attrs because we have old pytest
27-
codecov = "^2.0"
28-
coverage = "^4.5.3"
29-
pytest = "4.0.1"
30-
pytest-cov = "2.7.1"
26+
attrs = "^19.3"
27+
codecov = "^2.1"
28+
coverage = "^5.2"
29+
pytest = "^6.0.1"
30+
pytest-cov = "^2.10"
3131
safety = "^1.9.0"
3232

3333
[build-system]

0 commit comments

Comments
 (0)