Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 22, 2020
1 parent bfdc927 commit 0b22acc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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
Expand Up @@ -65,12 +65,12 @@ isort = "=4.3.4"

# Linters
mypy = "~0.770"
pylint = { git = "https://github.com/PyCQA/pylint", rev = "e169e83e52fedc6624235d45e8e8737294a0fedf" } # 2.4.5 has not yet been released
pylint = { git = "https://github.com/PyCQA/pylint", rev = "e169e83e52fedc6624235d45e8e8737294a0fedf" } # use 2.4.5 when released
pydocstyle = "*"

# Testing
pytest = "^5.3.2"
pytest-describe = { git = "https://github.com/jacebrowning/pytest-describe", branch = "pytest-5.4-support" }
pytest-describe = "^1.0"
pytest-expecter = "^2.1"
pytest-mock = "*"
pytest-random = "*"
Expand Down

0 comments on commit 0b22acc

Please sign in to comment.