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

Commit ee6e92b

Browse files
authored
Merge pull request #348 from TezRomacH:update/v1.0.10
Upadted deps
2 parents f61d5e7 + e40f189 commit ee6e92b

File tree

5 files changed

+24
-32
lines changed

5 files changed

+24
-32
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
1717
## TL;DR
1818

1919
```bash
20-
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
20+
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.11
2121
```
2222

2323
> All you need is the latest version of cookiecutter 😉
@@ -65,7 +65,7 @@ pip install -U cookiecutter
6565
then go to a directory where you want to create your project and run:
6666

6767
```bash
68-
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
68+
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.11
6969
```
7070

7171
### Input variables

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "python-package-template"
8-
version = "1.0.10"
8+
version = "1.0.11"
99
description = "Cookiecutter template for Python cli/packages"
1010
readme = "README.md"
1111
authors = ["Roman Tezikov <[email protected]>"]
@@ -37,14 +37,14 @@ cookiecutter = "^1.7.3"
3737
bandit = "^1.7.0"
3838
black = {version = "^21.7b0", allow-prereleases = true}
3939
darglint = "^1.8.0"
40-
isort = {extras = ["colors"], version = "^5.9.2"}
40+
isort = {extras = ["colors"], version = "^5.9.3"}
4141
mypy = "^0.910"
4242
mypy-extensions = "^0.4.3"
4343
pre-commit = "^2.13.0"
4444
pydocstyle = "^6.1.1"
45-
pylint = "^2.9.5"
45+
pylint = "^2.9.6"
4646
pytest = "^6.2.4"
47-
pyupgrade = "^2.23.0"
47+
pyupgrade = "^2.23.1"
4848
safety = "^1.10.3"
4949

5050
[tool.black]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ arrow==1.1.1; python_version >= "3.6" and python_full_version < "3.0.0" or pytho
22
binaryornot==0.4.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
33
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
44
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
5-
charset-normalizer==2.0.3; python_full_version >= "3.6.0" and python_version >= "3"
5+
charset-normalizer==2.0.4; python_full_version >= "3.6.0" and python_version >= "3"
66
click==8.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"
77
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"
88
cookiecutter==1.7.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
99
idna==3.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
10-
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"
10+
importlib-metadata==4.6.3; 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"
1111
jinja2-time==0.2.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
1212
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"
1313
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"

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ rich = "^10.6.0"
5050
bandit = "^1.7.0"
5151
black = {version = "^21.7b0", allow-prereleases = true}
5252
darglint = "^1.8.0"
53-
isort = {extras = ["colors"], version = "^5.9.2"}
53+
isort = {extras = ["colors"], version = "^5.9.3"}
5454
mypy = "^0.910"
5555
mypy-extensions = "^0.4.3"
5656
pre-commit = "^2.13.0"
5757
pydocstyle = "^6.1.1"
58-
pylint = "^2.9.5"
58+
pylint = "^2.9.6"
5959
pytest = "^6.2.4"
60-
pyupgrade = "^2.23.0"
60+
pyupgrade = "^2.23.1"
6161
safety = "^1.10.3"
6262

6363
[tool.black]

0 commit comments

Comments
 (0)