Skip to content

Commit

Permalink
Updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 13, 2021
1 parent 0f4e780 commit 76062d9
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
poetry run pip check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
12 changes: 6 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This file is used to setup env
# to generate documentation.

sphinx==4.1.2
sphinx==4.3.1
sphinx_autodoc_typehints==1.12.0
sphinx-click==3.0.1
sphinx-click==3.0.2
recommonmark==0.7.1
m2r2==0.3.1
m2r2==0.3.2
tomlkit==0.7.2
pygments==2.9.0
pygments==2.10.0

# Dependencies of our linter:
typing-extensions==3.10.0.0
click==8.0.1
typing-extensions==4.0.1
click==8.0.3
click_default_group==1.2.2
dataclasses==0.6.0
ply==3.11
60 changes: 47 additions & 13 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 @@ -40,16 +40,16 @@ typing_extensions = ">=3.6,<5.0"
[tool.poetry.dev-dependencies]
wemake-python-styleguide = "^0.16"
flake8-pytest-style = "^1.5"
nitpick = "^0.27"
nitpick = "^0.29"

pytest = "^6.2"
pytest-cov = "^2.12"
pytest-cov = "^3.0"
pytest-randomly = "^3.8"

sphinx = "^4.1"
sphinx-autodoc-typehints = "^1.12"
sphinx-click = "^3.0"
doc8 = "^0.9"
doc8 = "^0.10"
m2r2 = "^0.3"
tomlkit = "^0.7"
safety = "^1.10"
Expand Down

0 comments on commit 76062d9

Please sign in to comment.