Skip to content

Commit 7e854b6

Browse files
committed
Update deps
1 parent a9d47f8 commit 7e854b6

File tree

3 files changed

+39
-12
lines changed

3 files changed

+39
-12
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Install poetry
2323
run: |
24-
python3 -m pip install --upgrade poetry==1.8.2
24+
python3 -m pip install --upgrade poetry==2.1.1
2525
2626
- name: Setup Python (poetry)
2727
uses: actions/setup-python@v5

poetry.lock

+38-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ python = "^3.10"
1010
mkdocs = "^1.1.2"
1111
mkdocs-material = "^9.5"
1212

13-
[tool.poetry.dev-dependencies]
14-
1513
[build-system]
1614
requires = ["poetry>=0.12"]
1715
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)