Skip to content

Commit

Permalink
Merge branch 'master' into python-3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Brencz committed Mar 5, 2021
2 parents 5864742 + be09421 commit 2a842d4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 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 @@ -11,11 +11,11 @@ pandera = ">=0.4.4,<0.7.0"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
pylint = "^2.7.2"
mypy = "^0.800"
mypy = "^0.812"
pytest = "^6.2.2"
pytest-cov = "^2.11.1"
coverage = {version = "^5.5", extras = ["toml"]}
hypothesis = {version = "^6.4.2", extras = ["numpy", "pandas"]}
hypothesis = {version = "^6.4.3", extras = ["numpy", "pandas"]}
nox = "^2020.12.31"
pre-commit = "^2.10.1"
click = "^7.1.2"
Expand Down

0 comments on commit 2a842d4

Please sign in to comment.