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.9.1 ' # version from constraints.txt
65
+ rev : ' 23.11.0 ' # 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.12 .0' # version from constraints.txt
76
+ rev : ' 5.13 .0' # version from constraints.txt
77
77
# #[[[end]]]
78
78
hooks :
79
79
- id : isort
@@ -97,14 +97,14 @@ repos:
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.9.16
101
- - flake8-builtins==2.1 .0
100
+ - flake8-bugbear==23.12.2
101
+ - flake8-builtins==2.2 .0
102
102
- flake8-debugger==4.1.2
103
103
- flake8-docstrings==1.7.0
104
104
- flake8-eradicate==1.5.0
105
105
- flake8-mutable==1.2.0
106
106
- flake8-pyproject==1.2.3
107
- - pygments==2.16.1
107
+ - pygments==2.17.2
108
108
# #[[[end]]]
109
109
# - flake8-rst-docstrings # Disabled for now due to random false positives
110
110
exclude : |
@@ -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.5 .1 =========
149
+ # ========= FROM constraints.txt: v1.7 .1 =========
150
150
# #[[[end]]]
151
- rev : v1.5 .1 # MUST match version ^^^^ in constraints.txt (if the mirror is up-to-date)
151
+ rev : v1.7 .1 # 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
@@ -162,26 +162,26 @@ repos:
162
162
# #]]]
163
163
- astunparse==1.6.3
164
164
- attrs==23.1.0
165
- - black==23.9.1
166
- - boltons==23.0.0
165
+ - black==23.11.0
166
+ - boltons==23.1.1
167
167
- cached-property==1.5.2
168
168
- click==8.1.7
169
- - cmake==3.27.5
169
+ - cmake==3.27.9
170
170
- cytoolz==0.12.2
171
- - deepdiff==6.5.0
171
+ - deepdiff==6.7.1
172
172
- devtools==0.12.2
173
- - frozendict==2.3.8
173
+ - frozendict==2.3.10
174
174
- gridtools-cpp==2.3.1
175
- - importlib-resources==6.0 .1
175
+ - importlib-resources==6.1 .1
176
176
- jinja2==3.1.2
177
- - lark==1.1.7
178
- - mako==1.2.4
179
- - nanobind==1.5.2
180
- - ninja==1.11.1
177
+ - lark==1.1.8
178
+ - mako==1.3.0
179
+ - nanobind==1.8.0
180
+ - ninja==1.11.1.1
181
181
- numpy==1.24.4
182
- - packaging==23.1
182
+ - packaging==23.2
183
183
- pybind11==2.11.1
184
- - setuptools==68.2 .2
184
+ - setuptools==69.0 .2
185
185
- tabulate==0.9.0
186
186
- typing-extensions==4.5.0
187
187
- xxhash==3.0.0
0 commit comments