62
62
# # version = re.search('black==([0-9\.]*)', open("constraints.txt").read())[1]
63
63
# # print(f"rev: '{version}' # version from constraints.txt")
64
64
# #]]]
65
- rev : ' 23.11.0 ' # version from constraints.txt
65
+ rev : ' 23.12.1 ' # version from constraints.txt
66
66
# #[[[end]]]
67
67
hooks :
68
68
- id : black
73
73
# # version = re.search('isort==([0-9\.]*)', open("constraints.txt").read())[1]
74
74
# # print(f"rev: '{version}' # version from constraints.txt")
75
75
# #]]]
76
- rev : ' 5.13.0 ' # version from constraints.txt
76
+ rev : ' 5.13.2 ' # version from constraints.txt
77
77
# #[[[end]]]
78
78
hooks :
79
79
- id : isort
84
84
# # version = re.search('flake8==([0-9\.]*)', open("constraints.txt").read())[1]
85
85
# # print(f"rev: '{version}' # version from constraints.txt")
86
86
# #]]]
87
- rev : ' 6.1 .0' # version from constraints.txt
87
+ rev : ' 7.0 .0' # version from constraints.txt
88
88
# #[[[end]]]
89
89
hooks :
90
90
- id : flake8
97
97
# # print(f"- {pkg}==" + str(re.search(f'\n{pkg}==([0-9\.]*)', constraints)[1]))
98
98
# #]]]
99
99
- darglint==1.8.1
100
- - flake8-bugbear==23.12.2
100
+ - flake8-bugbear==24.1.17
101
101
- flake8-builtins==2.2.0
102
102
- flake8-debugger==4.1.2
103
103
- flake8-docstrings==1.7.0
@@ -146,9 +146,9 @@ repos:
146
146
# # version = re.search('mypy==([0-9\.]*)', open("constraints.txt").read())[1]
147
147
# # print(f"#========= FROM constraints.txt: v{version} =========")
148
148
# #]]]
149
- # ========= FROM constraints.txt: v1.7.1 =========
149
+ # ========= FROM constraints.txt: v1.8.0 =========
150
150
# #[[[end]]]
151
- rev : v1.7.1 # MUST match version ^^^^ in constraints.txt (if the mirror is up-to-date)
151
+ rev : v1.8.0 # MUST match version ^^^^ in constraints.txt (if the mirror is up-to-date)
152
152
hooks :
153
153
- id : mypy
154
154
additional_dependencies : # versions from constraints.txt
@@ -161,27 +161,27 @@ repos:
161
161
# # print(f"- {pkg}==" + str(re.search(f'\n{pkg}==([0-9\.]*)', constraints)[1]))
162
162
# #]]]
163
163
- astunparse==1.6.3
164
- - attrs==23.1 .0
165
- - black==23.11.0
164
+ - attrs==23.2 .0
165
+ - black==23.12.1
166
166
- boltons==23.1.1
167
167
- cached-property==1.5.2
168
168
- click==8.1.7
169
- - cmake==3.27.9
170
- - cytoolz==0.12.2
169
+ - cmake==3.28.1
170
+ - cytoolz==0.12.3
171
171
- deepdiff==6.7.1
172
172
- devtools==0.12.2
173
- - frozendict==2.3.10
173
+ - frozendict==2.4.0
174
174
- gridtools-cpp==2.3.1
175
175
- importlib-resources==6.1.1
176
- - jinja2==3.1.2
177
- - lark==1.1.8
178
- - mako==1.3.0
176
+ - jinja2==3.1.3
177
+ - lark==1.1.9
178
+ - mako==1.3.1
179
179
- nanobind==1.8.0
180
180
- ninja==1.11.1.1
181
181
- numpy==1.24.4
182
182
- packaging==23.2
183
183
- pybind11==2.11.1
184
- - setuptools==69.0.2
184
+ - setuptools==69.0.3
185
185
- tabulate==0.9.0
186
186
- typing-extensions==4.5.0
187
187
- xxhash==3.0.0
0 commit comments