Skip to content

Commit

Permalink
build: update Python requirement to 3.6.1
Browse files Browse the repository at this point in the history
- identify and pydantic could be upgraded
  • Loading branch information
andreoliwa committed Dec 28, 2021
1 parent 2a162e1 commit c871a31
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ Contents of `styles/python36.toml <https://github.com/andreoliwa/nitpick/blob/v0
.. code-block:: toml
["pyproject.toml".tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.1"
.. _example-python-3-7:

Expand Down
81 changes: 41 additions & 40 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ini = "nitpick.plugins.ini"
toml = "nitpick.plugins.toml"

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.1"
flake8 = ">=3.0.0"
attrs = "*"
tomlkit = ">=0.8.0" # SingleKey() class introduced in this version
Expand Down
2 changes: 1 addition & 1 deletion styles/python36.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
["pyproject.toml".tool.poetry.dependencies]
python = "^3.6"
python = "^3.6.1"

0 comments on commit c871a31

Please sign in to comment.