Skip to content

Commit d328cd1

Browse files
fix(deps): update all non-major dependencies in .github/workflows/test.yml
1 parent d0ed63a commit d328cd1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
contents: read
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1616
with:
1717
python-version: "3.x"
1818
- name: Install Poetry
19-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
19+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1.4.2
2020
with:
2121
virtualenvs-create: false
2222
- name: Update version (kept at 0.0.0) in pyproject.toml and build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1515
steps:
1616
- name: "Checkout repo"
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
- name: Set up Python 3
1919
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2020
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages = [
3030
[tool.poetry.dependencies]
3131
python = ">=3.9,<4.0"
3232
textX = ">=4.3,<4.4"
33-
importlib-metadata = ">=8.7.1,<8.8.0"
33+
importlib-metadata = ">=8.9.0,<8.10.0"
3434
setuptools = ">=65.0.0,<81.0.0"
3535

3636
[tool.poetry.scripts]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arpeggio==2.0.3
2-
importlib-metadata==8.7.1; python_version >= "3.7"
2+
importlib-metadata==8.9.0; python_version >= "3.7"
33
textx==4.3.0
44
typing-extensions==4.15.0; python_version < "3.8" and python_version >= "3.7"
5-
zipp==3.23.0; python_version >= "3.7"
5+
zipp==3.23.1; python_version >= "3.7"

0 commit comments

Comments
 (0)