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

Commit 143eec8

Browse files
authored
feat: update to include latest version of packages (#15)
* build: update requirements files * ci: update pre-commit repo versions * ci: update flake8 config based on black recommendations * feat: update content to include latest versions of packages
1 parent 3dce1f8 commit 143eec8

8 files changed

+155
-107
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
22
max-line-length = 120
3-
extend-ignore = E203,E501,W503
3+
extend-ignore = E203,E501
44
max-complexity = 12
55
select = B,C,E,F,W,B9

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v4.1.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-json
1010
- id: check-yaml
1111
- id: check-added-large-files
1212
- repo: https://github.com/PyCQA/isort
13-
rev: 5.8.0
13+
rev: 5.10.1
1414
hooks:
1515
- id: isort
1616
- repo: https://github.com/psf/black
17-
rev: 21.6b0
17+
rev: 22.1.0
1818
hooks:
1919
- id: black
2020
language_version: python3
2121
- repo: https://gitlab.com/pycqa/flake8
22-
rev: 3.9.2
22+
rev: 4.0.1
2323
hooks:
2424
- id: flake8
2525
additional_dependencies: [flake8-bugbear]
2626
- repo: https://github.com/PyCQA/bandit
27-
rev: 1.7.0
27+
rev: 1.7.1
2828
hooks:
2929
- id: bandit
3030
args: ["-x", "*/**/*_test.py"]

requirements/dev-requirements.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-c requirements.txt
2-
bandit
2+
bandit<1.7.2
33
black
4+
build
45
flake8
56
flake8-bugbear
67
isort

requirements/dev-requirements.txt

+80-65
Original file line numberDiff line numberDiff line change
@@ -1,188 +1,203 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
55
# pip-compile dev-requirements.in
66
#
7-
appdirs==1.4.4
8-
# via
9-
# -c requirements.txt
10-
# black
11-
# virtualenv
12-
attrs==21.2.0
7+
attrs==21.4.0
138
# via
149
# flake8-bugbear
1510
# pytest
16-
bandit==1.7.0
11+
bandit==1.7.1
1712
# via -r dev-requirements.in
18-
black==21.6b0
13+
black==22.1.0
1914
# via -r dev-requirements.in
20-
bleach==3.3.0
15+
bleach==4.1.0
2116
# via readme-renderer
22-
certifi==2021.5.30
17+
build==0.7.0
18+
# via -r dev-requirements.in
19+
certifi==2021.10.8
2320
# via requests
24-
cffi==1.14.5
21+
cffi==1.15.0
2522
# via cryptography
26-
cfgv==3.3.0
23+
cfgv==3.3.1
2724
# via pre-commit
28-
chardet==4.0.0
25+
charset-normalizer==2.0.11
2926
# via requests
30-
click==7.1.2
27+
click==8.0.3
3128
# via
3229
# -c requirements.txt
3330
# black
3431
# safety
3532
colorama==0.4.4
3633
# via twine
37-
cryptography==3.4.7
34+
cryptography==36.0.1
3835
# via secretstorage
3936
dataclasses==0.8
4037
# via black
41-
distlib==0.3.2
38+
distlib==0.3.4
4239
# via virtualenv
43-
docutils==0.17.1
40+
docutils==0.18.1
4441
# via readme-renderer
4542
dparse==0.5.1
4643
# via safety
47-
filelock==3.0.12
44+
filelock==3.4.1
4845
# via virtualenv
49-
flake8-bugbear==21.4.3
50-
# via -r dev-requirements.in
51-
flake8==3.9.2
46+
flake8==4.0.1
5247
# via
5348
# -r dev-requirements.in
5449
# flake8-bugbear
55-
gitdb==4.0.7
50+
flake8-bugbear==22.1.11
51+
# via -r dev-requirements.in
52+
gitdb==4.0.9
5653
# via gitpython
5754
gitpython==3.1.18
5855
# via bandit
59-
identify==2.2.10
56+
identify==2.4.4
6057
# via pre-commit
61-
idna==2.10
58+
idna==3.3
6259
# via requests
63-
importlib-metadata==4.5.0
60+
importlib-metadata==4.2.0
6461
# via
62+
# -c requirements.txt
63+
# build
64+
# click
6565
# flake8
6666
# keyring
67+
# pep517
6768
# pluggy
6869
# pre-commit
6970
# pytest
7071
# stevedore
7172
# twine
7273
# virtualenv
73-
importlib-resources==5.1.4
74+
importlib-resources==5.2.3
7475
# via
7576
# pre-commit
7677
# virtualenv
7778
iniconfig==1.1.1
7879
# via pytest
79-
isort==5.8.0
80+
isort==5.10.1
8081
# via -r dev-requirements.in
81-
jeepney==0.6.0
82+
jeepney==0.7.1
8283
# via
8384
# keyring
8485
# secretstorage
85-
keyring==23.0.1
86+
keyring==23.4.1
8687
# via twine
8788
mccabe==0.6.1
8889
# via flake8
8990
mypy-extensions==0.4.3
9091
# via black
9192
nodeenv==1.6.0
9293
# via pre-commit
93-
packaging==20.9
94+
packaging==21.3
9495
# via
9596
# bleach
97+
# build
9698
# dparse
9799
# pytest
98100
# safety
99-
pathspec==0.8.1
101+
# setuptools-scm
102+
pathspec==0.9.0
100103
# via black
101-
pbr==5.6.0
104+
pbr==5.8.1
102105
# via stevedore
103-
pkginfo==1.7.0
106+
pep517==0.12.0
107+
# via build
108+
pkginfo==1.8.2
104109
# via twine
105-
pluggy==0.13.1
110+
platformdirs==2.4.0
111+
# via
112+
# black
113+
# virtualenv
114+
pluggy==1.0.0
106115
# via pytest
107-
pre-commit==2.13.0
116+
pre-commit==2.17.0
108117
# via -r dev-requirements.in
109-
py==1.10.0
118+
py==1.11.0
110119
# via pytest
111-
pycodestyle==2.7.0
120+
pycodestyle==2.8.0
112121
# via flake8
113-
pycparser==2.20
122+
pycparser==2.21
114123
# via cffi
115-
pyflakes==2.3.1
124+
pyflakes==2.4.0
116125
# via flake8
117-
pygments==2.9.0
126+
pygments==2.11.2
118127
# via readme-renderer
119-
pyparsing==2.4.7
128+
pyparsing==3.0.7
120129
# via packaging
121-
pytest==6.2.4
130+
pytest==7.0.0
122131
# via -r dev-requirements.in
123-
pyyaml==5.4.1
132+
pyyaml==6.0
124133
# via
125134
# bandit
126135
# dparse
127136
# pre-commit
128-
readme-renderer==29.0
137+
readme-renderer==32.0
129138
# via twine
130-
regex==2021.4.4
131-
# via black
132-
requests-toolbelt==0.9.1
133-
# via twine
134-
requests==2.25.1
139+
requests==2.27.1
135140
# via
136141
# requests-toolbelt
137142
# safety
138143
# twine
144+
requests-toolbelt==0.9.1
145+
# via twine
139146
rfc3986==1.5.0
140147
# via twine
141148
safety==1.10.3
142149
# via -r dev-requirements.in
143150
secretstorage==3.3.1
144151
# via keyring
145-
setuptools-scm==6.0.1
152+
setuptools-scm==6.4.2
146153
# via -r dev-requirements.in
147154
six==1.16.0
148155
# via
149-
# bandit
150156
# bleach
151-
# readme-renderer
152157
# virtualenv
153-
smmap==4.0.0
158+
smmap==5.0.0
154159
# via gitdb
155-
stevedore==3.3.0
160+
stevedore==3.5.0
156161
# via bandit
157162
toml==0.10.2
158163
# via
159-
# black
160164
# dparse
161165
# pre-commit
166+
tomli==1.2.3
167+
# via
168+
# black
169+
# build
170+
# pep517
162171
# pytest
163-
tqdm==4.61.1
172+
# setuptools-scm
173+
tqdm==4.62.3
164174
# via twine
165-
twine==3.4.1
175+
twine==3.8.0
166176
# via -r dev-requirements.in
167-
typed-ast==1.4.3
177+
typed-ast==1.5.2
168178
# via black
169-
typing-extensions==3.10.0.0
179+
typing-extensions==4.0.1
170180
# via
181+
# -c requirements.txt
171182
# black
172183
# gitpython
173184
# importlib-metadata
174-
urllib3==1.26.5
175-
# via requests
176-
virtualenv==20.4.7
185+
urllib3==1.26.8
186+
# via
187+
# requests
188+
# twine
189+
virtualenv==20.13.1
177190
# via pre-commit
178191
webencodings==0.5.1
179192
# via bleach
180-
wheel==0.36.2
193+
wheel==0.37.1
181194
# via -r dev-requirements.in
182-
zipp==3.4.1
195+
zipp==3.6.0
183196
# via
197+
# -c requirements.txt
184198
# importlib-metadata
185199
# importlib-resources
200+
# pep517
186201

187202
# The following packages are considered to be unsafe in a requirements file:
188203
# setuptools

requirements/requirements.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
appdirs
22
typer
3+
importlib-metadata<4.3

requirements/requirements.txt

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
55
# pip-compile requirements.in
66
#
77
appdirs==1.4.4
88
# via -r requirements.in
9-
click==7.1.2
9+
click==8.0.3
1010
# via typer
11-
typer==0.3.2
11+
importlib-metadata==4.2.0
12+
# via
13+
# -r requirements.in
14+
# click
15+
typer==0.4.0
1216
# via -r requirements.in
17+
typing-extensions==4.0.1
18+
# via importlib-metadata
19+
zipp==3.6.0
20+
# via importlib-metadata

0 commit comments

Comments
 (0)