mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Update python requirement to ^3.6.1
Remove python specifiers from all deps that required >=3.6.1
This commit is contained in:
parent
0c25ca965e
commit
add4ec62eb
4
poetry.lock
generated
4
poetry.lock
generated
@ -1133,8 +1133,8 @@ testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pyt
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6"
|
python-versions = "^3.6.1"
|
||||||
content-hash = "38a76fa152d0d5d36670058daabdaef28a3682a4a244984440faff7ac70ca077"
|
content-hash = "8eea42cb6c60df03376bb264b444ccd0a63a211122edc6625284d57204295273"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
appdirs = [
|
appdirs = [
|
||||||
|
@ -32,7 +32,7 @@ classifiers = [
|
|||||||
poetry_installer = "tox_poetry_installer"
|
poetry_installer = "tox_poetry_installer"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6.1"
|
||||||
poetry = "^1.0.0"
|
poetry = "^1.0.0"
|
||||||
poetry-core = "^1.0.0"
|
poetry-core = "^1.0.0"
|
||||||
tox = "^2.3.0 || ^3.0.0"
|
tox = "^2.3.0 || ^3.0.0"
|
||||||
@ -40,15 +40,15 @@ tox = "^2.3.0 || ^3.0.0"
|
|||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "^1.6.2"
|
bandit = "^1.6.2"
|
||||||
black = { version = "^20.8b1", allow-prereleases = true }
|
black = { version = "^20.8b1", allow-prereleases = true }
|
||||||
blacken-docs = { version = "^1.8.0", python = "^3.6.1" }
|
blacken-docs = "^1.8.0"
|
||||||
ipython = { version = "^7.18.1", python = "^3.7" }
|
ipython = { version = "^7.18.1", python = "^3.7" }
|
||||||
mypy = "^0.782"
|
mypy = "^0.782"
|
||||||
pre-commit = { version = "^2.7.1", python = "^3.6.1" }
|
pre-commit = "^2.7.1"
|
||||||
pre-commit-hooks = { version = "^3.3.0", python = "^3.6.1" }
|
pre-commit-hooks = "^3.3.0"
|
||||||
pylint = "^2.4.4"
|
pylint = "^2.4.4"
|
||||||
pytest = "^6.0.2"
|
pytest = "^6.0.2"
|
||||||
pytest-cov = "^2.10.1"
|
pytest-cov = "^2.10.1"
|
||||||
reorder-python-imports = { version = "^2.3.5", python = "^3.6.1" }
|
reorder-python-imports = "^2.3.5"
|
||||||
safety = "^1.9.0"
|
safety = "^1.9.0"
|
||||||
toml = "^0.10.1"
|
toml = "^0.10.1"
|
||||||
tox = "^3.20.0"
|
tox = "^3.20.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user