Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit a351cd3

Browse files
authored
Merge pull request #62 from staticdev/bug/fix-main-requirements-pyenv-230
Fix version on main requirements of Pyenv
2 parents 547e5cb + b81e82c commit a351cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ galaxy_info:
1111
platforms:
1212
- name: Debian
1313
versions:
14-
- stretch
14+
- bullseye
1515
- buster
1616
- name: Ubuntu
1717
versions:
@@ -29,12 +29,12 @@ galaxy_info:
2929
- poetry
3030
- pyenv
3131
- pipx
32-
- precommit
32+
- pre-commit
3333
- workstation
3434

3535
dependencies:
3636
- name: staticdev.pyenv
37-
version: 2.0.0
37+
version: 2.3.0
3838
- name: gantsign.visual-studio-code
3939
version: 6.6.0
4040
when: install_vscode

0 commit comments

Comments
 (0)