Skip to content

Commit ba721c7

Browse files
authored
envoy.code.check: Dev 0.5.15 (#2346)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 30dbf4e commit ba721c7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
6767
with:
6868
python-version: "3.11"
69-
- run: pip install envoy.code.check>=0.5.11
69+
- run: pip install envoy.code.check>=0.5.14
7070
- run: |
7171
envoy.code.check . -c glint shellcheck yamllint -x ".*/dist/.*"
7272

envoy.code.check/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.14
1+
0.5.15-dev

envoy.docs.sphinx_runner/setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ install_requires =
3232
colorama
3333
docutils~=0.19.0
3434
envoy.base.utils>=0.3.10
35-
envoy.code.check>=0.3.6
3635
packaging>=23.0
3736
pygments>=2.11.1
3837
pyyaml

0 commit comments

Comments
 (0)