Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 992130c

Browse files
authored
Merge pull request #313 from TezRomacH/deps/pyupgrade_2.20.0
Update pyupgrade deps
2 parents 30bdee2 + cee1604 commit 992130c

File tree

4 files changed

+22
-30
lines changed

4 files changed

+22
-30
lines changed

poetry.lock

Lines changed: 15 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ cookiecutter = "^1.7.3"
3535

3636
[tool.poetry.dev-dependencies]
3737
bandit = "^1.7.0"
38-
black = "^21.6b0"
38+
black = {version = "^21.6b0", allow-prereleases = true}
3939
darglint = "^1.8.0"
4040
isort = {extras = ["colors"], version = "^5.9.1"}
4141
mypy = "^0.910"
4242
pre-commit = "^2.13.0"
4343
pydocstyle = "^6.1.1"
4444
pylint = "^2.9.3"
4545
pytest = "^6.2.4"
46-
pyupgrade = "^2.19.4"
46+
pyupgrade = "^2.20.0"
4747
safety = "^1.10.3"
4848

4949
[tool.black]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ click==8.0.1; python_version >= "3.6" and python_full_version < "3.0.0" or pytho
66
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or python_full_version >= "3.5.0" and python_version >= "3.6" and platform_system == "Windows"
77
cookiecutter==1.7.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
88
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
9-
importlib-metadata==4.5.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "3.8"
9+
importlib-metadata==4.6.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "3.8"
1010
jinja2-time==0.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
1111
jinja2==3.0.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
1212
markupsafe==2.0.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
@@ -17,5 +17,5 @@ requests==2.25.1; python_version >= "2.7" and python_full_version < "3.0.0" or p
1717
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
1818
text-unidecode==1.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
1919
typing-extensions==3.10.0.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "3.8"
20-
urllib3==1.26.5; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
21-
zipp==3.4.1; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "3.8"
20+
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
21+
zipp==3.5.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.5.0" and python_version >= "3.6" and python_version < "3.8"

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ rich = "^10.4.0"
4848
{% endif %}
4949
[tool.poetry.dev-dependencies]
5050
bandit = "^1.7.0"
51-
black = "^21.6b0"
51+
black = {version = "^21.6b0", allow-prereleases = true}
5252
darglint = "^1.8.0"
5353
isort = {extras = ["colors"], version = "^5.9.1"}
5454
mypy = "^0.910"
5555
pre-commit = "^2.13.0"
5656
pydocstyle = "^6.1.1"
5757
pylint = "^2.8.3"
5858
pytest = "^6.2.4"
59-
pyupgrade = "^2.19.4"
59+
pyupgrade = "^2.20.0"
6060
safety = "^1.10.3"
6161

6262
[tool.black]

0 commit comments

Comments
 (0)