Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
af161bf6c5 | |||
9955367fa7 |
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v3
|
uses: abatilo/actions-poetry@v4
|
||||||
- name: Update pyproject.toml
|
- name: Update pyproject.toml
|
||||||
run:
|
run:
|
||||||
./tools/update_pyproject.sh ${{ needs.create_release.outputs.release_name }}
|
./tools/update_pyproject.sh ${{ needs.create_release.outputs.release_name }}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
astroid==3.2.4
|
astroid==3.2.4
|
||||||
attrs==24.3.0
|
attrs==24.3.0
|
||||||
certifi==2024.12.14
|
certifi==2024.12.14
|
||||||
charset-normalizer==3.4.0
|
charset-normalizer==3.4.1
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
dill==0.3.9
|
dill==0.3.9
|
||||||
exceptiongroup==1.2.2
|
exceptiongroup==1.2.2
|
||||||
|
Reference in New Issue
Block a user