Skip to content

Commit

Permalink
Merges
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 1, 2019
2 parents c3e0f99 + 5535a03 commit c1af9dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

sphinx==1.8.3
sphinx_autodoc_typehints==1.6.0
sphinx-click==1.4.1
sphinx-click==2.0.1
recommonmark==0.5.0
m2r==0.2.1
tomlkit==0.5.3

# Dependencies of our linter:
typing-extensions==3.6.6
typing-extensions==3.7.2
click==7.0.0
click_default_group==1.2
dataclasses==0.6.0
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ dataclasses = { version = "^0.6", python = "<3.7" }
typing_extensions = "^3.6"

[tool.poetry.dev-dependencies]
pytest = "^4.1"
pytest = "^4.2"
pytest-cov = "^2.6"
pytest-randomly = "^1.2"
pytest-flake8 = "^1.0"
flake8 = "<3.7"
wemake-python-styleguide = "^0.7"
mypy = "^0.650"
mypy = "^0.660"
sphinx = "^1.8"
sphinx-autodoc-typehints = "^1.6"
sphinx-click = "^1.4"
sphinx-click = "^2.0"
doc8 = "^0.8"
m2r = "^0.2"
tomlkit = "^0.5"
Expand Down

0 comments on commit c1af9dc

Please sign in to comment.