File tree 4 files changed +79
-79
lines changed
4 files changed +79
-79
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,11 @@ decorators are extracted from the ast.
96
96
97
97
# Changelog
98
98
99
+ # # v0.0.10
100
+
101
+ * Add support for pytest 7.0 .x and require Python >= 3.7 (# 23)
102
+ * Bump dependencies (# 24)
103
+
99
104
# # v0.0.9
100
105
101
106
* Disable soft error limit (# 21)
Original file line number Diff line number Diff line change 4
4
#
5
5
# sh lock_requirements.sh
6
6
#
7
- attrs==21.2.0
8
- backports.entry-points-selectable==1.1.1
7
+ attrs==21.4.0
9
8
binaryornot==0.4.4
10
- black==21.12b0
11
- boolean. py==3.8
9
+ black==22.1.0
10
+ boolean- py==3.8
12
11
bump2version==1.0.1
13
12
certifi==2021.10.8
14
13
chardet==4.0.0
15
- charset-normalizer==2.0.9
16
- click==8.0.3
17
- coverage==6.2
18
- dflit-core==2.3.0.1
14
+ charset-normalizer==2.0.12
15
+ click==8.0.4
16
+ coverage==6.3.2
19
17
dflit==2.3.0.1
18
+ dflit-core==2.3.0.1
20
19
distlib==0.3.4
21
20
docutils==0.18.1
22
- filelock==3.4.0
23
- flake8-black==0.2.3
24
- flake8-isort==4.1.1
21
+ filelock==3.6.0
25
22
flake8==4.0.1
23
+ flake8-black==0.3.2
24
+ flake8-isort==4.1.1
26
25
fsfe-reuse==1.0.0
27
26
idna==3.3
28
27
iniconfig==1.1.1
29
28
invoke==1.6.0
30
29
isort==5.10.1
31
30
jinja2==3.0.3
32
31
license-expression==21.6.14
33
- markupsafe==2.0.1
32
+ markupsafe==2.1.0
34
33
mccabe==0.6.1
34
+ mypy==0.931
35
35
mypy-extensions==0.4.3
36
- mypy==0.930
37
36
packaging==21.3
38
37
pathspec==0.9.0
39
38
pep517==0.12.0
40
- pip-tools==6.4.0
41
- platformdirs==2.4.0
39
+ pip-tools==6.5.1
40
+ platformdirs==2.5.1
42
41
pluggy==1.0.0
43
42
py==1.11.0
44
43
pycodestyle==2.8.0
45
44
pyflakes==2.4.0
46
- pyparsing==3.0.6
45
+ pyparsing==3.0.7
46
+ pytest==7.0.1
47
47
pytest-cov==3.0.0
48
48
pytest-html==3.1.1
49
49
pytest-metadata==1.11.0
50
- pytest==6.2.5
51
- python-debian==0.1.42
50
+ python-debian==0.1.43
52
51
pytoml==0.1.21
53
- requests==2.26.0
54
- reuse==0.13 .0
52
+ requests==2.27.1
53
+ reuse==0.14 .0
55
54
six==1.16.0
56
- testfixtures==6.18.3
55
+ testfixtures==6.18.5
57
56
toml==0.10.2
58
- tomli==1.2.3
57
+ tomli==2.0.1
58
+ tox==3.24.5
59
59
tox-pyenv==1.1.0
60
- tox==3.24.4
61
- typing-extensions==4.0.1
62
- urllib3==1.26.7
63
- virtualenv==20.10.0
60
+ typing-extensions==4.1.1
61
+ urllib3==1.26.8
62
+ virtualenv==20.13.2
64
63
wheel==0.37.1
65
- pip==21.3.1
66
- setuptools==60.1.0
64
+ pip==22.0.3
65
+ setuptools==60.9.3
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: David Fritzsche
2
2
# SPDX-License-Identifier: CC0-1.0
3
- black==21.12b0
3
+ black<23
4
4
bump2version
5
5
coverage[toml]
6
6
dflit
7
7
flake8-black
8
8
flake8-isort
9
9
fsfe-reuse
10
10
invoke
11
- mypy==0.930
11
+ mypy==0.931
12
12
pip-tools
13
13
pip>=19.3
14
14
pytest-cov
15
15
pytest-html
16
- pytest~=6.2.5
16
+ pytest~=7.0.1
17
17
setuptools>=43
18
18
tox-pyenv
19
19
tox>=3.14.3
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.10
3
3
# To update, run:
4
4
#
5
5
# pip-compile --allow-unsafe --no-emit-index-url
6
6
#
7
- attrs == 21.2 .0
7
+ attrs == 21.4 .0
8
8
# via pytest
9
- backports.entry-points-selectable == 1.1.1
10
- # via virtualenv
11
9
binaryornot == 0.4.4
12
10
# via reuse
13
- black == 21.12b0
11
+ black == 22.1.0
14
12
# via
15
13
# -r requirements.in
16
14
# flake8-black
17
- boolean. py == 3.8
15
+ boolean- py == 3.8
18
16
# via
19
17
# license-expression
20
18
# reuse
@@ -26,36 +24,36 @@ chardet==4.0.0
26
24
# via
27
25
# binaryornot
28
26
# python-debian
29
- charset-normalizer == 2.0.9
27
+ charset-normalizer == 2.0.12
30
28
# via requests
31
- click == 8.0.3
29
+ click == 8.0.4
32
30
# via
33
31
# black
34
32
# pip-tools
35
- coverage [toml ]== 6.2
33
+ coverage [toml ]== 6.3. 2
36
34
# via
37
35
# -r requirements.in
38
36
# pytest-cov
39
- dflit-core == 2.3.0.1
40
- # via dflit
41
37
dflit == 2.3.0.1
42
38
# via -r requirements.in
39
+ dflit-core == 2.3.0.1
40
+ # via dflit
43
41
distlib == 0.3.4
44
42
# via virtualenv
45
43
docutils == 0.18.1
46
44
# via dflit
47
- filelock == 3.4 .0
45
+ filelock == 3.6 .0
48
46
# via
49
47
# tox
50
48
# virtualenv
51
- flake8-black == 0.2.3
52
- # via -r requirements.in
53
- flake8-isort == 4.1.1
54
- # via -r requirements.in
55
49
flake8 == 4.0.1
56
50
# via
57
51
# flake8-black
58
52
# flake8-isort
53
+ flake8-black == 0.3.2
54
+ # via -r requirements.in
55
+ flake8-isort == 4.1.1
56
+ # via -r requirements.in
59
57
fsfe-reuse == 1.0.0
60
58
# via -r requirements.in
61
59
idna == 3.3
@@ -70,16 +68,16 @@ jinja2==3.0.3
70
68
# via reuse
71
69
license-expression == 21.6.14
72
70
# via reuse
73
- markupsafe == 2.0.1
71
+ markupsafe == 2.1.0
74
72
# via jinja2
75
73
mccabe == 0.6.1
76
74
# via flake8
75
+ mypy == 0.931
76
+ # via -r requirements.in
77
77
mypy-extensions == 0.4.3
78
78
# via
79
79
# black
80
80
# mypy
81
- mypy == 0.930
82
- # via -r requirements.in
83
81
packaging == 21.3
84
82
# via
85
83
# pytest
@@ -88,9 +86,9 @@ pathspec==0.9.0
88
86
# via black
89
87
pep517 == 0.12.0
90
88
# via pip-tools
91
- pip-tools == 6.4.0
89
+ pip-tools == 6.5.1
92
90
# via -r requirements.in
93
- platformdirs == 2.4.0
91
+ platformdirs == 2.5.1
94
92
# via
95
93
# black
96
94
# virtualenv
@@ -106,72 +104,70 @@ pycodestyle==2.8.0
106
104
# via flake8
107
105
pyflakes == 2.4.0
108
106
# via flake8
109
- pyparsing == 3.0.6
107
+ pyparsing == 3.0.7
110
108
# via packaging
109
+ pytest == 7.0.1
110
+ # via
111
+ # -r requirements.in
112
+ # pytest-cov
113
+ # pytest-html
114
+ # pytest-metadata
111
115
pytest-cov == 3.0.0
112
116
# via -r requirements.in
113
117
pytest-html == 3.1.1
114
118
# via -r requirements.in
115
119
pytest-metadata == 1.11.0
116
120
# via pytest-html
117
- pytest == 6.2.5
118
- # via
119
- # -r requirements.in
120
- # pytest-cov
121
- # pytest-html
122
- # pytest-metadata
123
- python-debian == 0.1.42
121
+ python-debian == 0.1.43
124
122
# via reuse
125
123
pytoml == 0.1.21
126
124
# via
127
125
# dflit
128
126
# dflit-core
129
- requests == 2.26.0
127
+ requests == 2.27.1
130
128
# via
131
129
# dflit
132
130
# reuse
133
- reuse == 0.13 .0
131
+ reuse == 0.14 .0
134
132
# via fsfe-reuse
135
133
six == 1.16.0
136
134
# via
137
135
# tox
138
136
# virtualenv
139
- testfixtures == 6.18.3
137
+ testfixtures == 6.18.5
140
138
# via flake8-isort
141
139
toml == 0.10.2
142
- # via
143
- # flake8-black
144
- # pytest
145
- # tox
146
- tomli == 1.2.3
140
+ # via tox
141
+ tomli == 2.0.1
147
142
# via
148
143
# black
149
144
# coverage
145
+ # flake8-black
150
146
# mypy
151
147
# pep517
152
- tox-pyenv == 1.1.0
153
- # via -r requirements.in
154
- tox == 3.24.4
148
+ # pytest
149
+ tox == 3.24.5
155
150
# via
156
151
# -r requirements.in
157
152
# tox-pyenv
158
- typing-extensions == 4.0.1
159
- # via
160
- # black
161
- # mypy
162
- urllib3 == 1.26.7
153
+ tox-pyenv == 1.1.0
154
+ # via -r requirements.in
155
+ typing-extensions == 4.1.1
156
+ # via mypy
157
+ urllib3 == 1.26.8
163
158
# via requests
164
- virtualenv == 20.10.0
159
+ virtualenv == 20.13.2
165
160
# via tox
166
161
wheel == 0.37.1
167
162
# via pip-tools
168
163
169
164
# The following packages are considered to be unsafe in a requirements file:
170
- pip == 21.3.1
165
+ pip == 22.0.3
171
166
# via
172
167
# -r requirements.in
173
168
# pip-tools
174
- setuptools == 60.1.0
169
+ setuptools == 60.9.3
175
170
# via
176
171
# -r requirements.in
177
172
# pip-tools
173
+ # reuse
You can’t perform that action at this time.
0 commit comments