Skip to content

Commit

Permalink
Merge branch 'main' of github.com:buvis/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Jan 4, 2025
2 parents df9ee56 + 58d7139 commit 62d6c32
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: "3.12"

- name: Install poetry
uses: abatilo/actions-poetry@v3
uses: abatilo/actions-poetry@v4

- name: Setup a local virtual environment (if no poetry.toml file)
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buvis-pybase = {version = "0.1.5a8", source = "test-pypi"}
# buvis-pybase = {path = "../buvis-pybase", develop = true}

[tool.poetry.group.dev.dependencies]
click = "8.1.7"
click = "8.1.8"
# doogat-core = "0.1.2"
doogat-core = {version = "0.1.3a31", source = "test-pypi"}
# doogat-core = {path = "../../doogat/doogat-core", develop = true}
Expand Down
2 changes: 1 addition & 1 deletion src/bim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
click = "8.1.7"
click = "8.1.8"
# buvis-pybase = "0.1.4"
buvis-pybase = {version = "0.1.5a8", source = "test-pypi"} # doogat-core from test-pypi won't install this
# buvis-pybase = {path = "../../../buvis-pybase", develop = true}
Expand Down
2 changes: 1 addition & 1 deletion src/dot/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pyfiglet = "1.0.2"
click = "8.1.7"
click = "8.1.8"
ffmpeg-python = "0.2.0"

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion src/hello_world/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pyfiglet = "1.0.2"
click = "8.1.7"
click = "8.1.8"

[build-system]
requires = ["poetry-core", "pynvim"]
Expand Down
2 changes: 1 addition & 1 deletion src/muc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pyfiglet = "1.0.2"
click = "8.1.7"
click = "8.1.8"
ffmpeg-python = "0.2.0"

[build-system]
Expand Down
35 changes: 4 additions & 31 deletions src/outlookctl/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/outlookctl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
click = "8.1.7"
click = "8.1.8"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion src/pinger/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
click = "8.1.7"
click = "8.1.8"
ping3 = "4.0.8"
buvis-pybase = "0.1.4"
# buvis-pybase = {version = "0.1.4a2", source = "test-pypi"}
Expand Down
2 changes: 1 addition & 1 deletion src/zseq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
click = "8.1.7"
click = "8.1.8"

[build-system]
requires = ["poetry-core", "pynvim"]
Expand Down

0 comments on commit 62d6c32

Please sign in to comment.