Skip to content

Commit 37dbd49

Browse files
authored
Merge branch 'main' into feat/openspec-dogfooding
2 parents 3a7d9c5 + ee7e527 commit 37dbd49

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
reqstool-source: [pypi, main]
2929
steps:
3030
- name: Check out source repository
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0 #full history
3434
- name: Set up Python
3535
uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.13"
3838
- name: Install and configure Poetry
39-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
39+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
4040
with:
4141
version: 2.4.1
4242
virtualenvs-create: true

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out source repository
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v7
1212
- name: Set up Python
1313
uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.13"
1616
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
17-
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
17+
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
1818
with:
1919
version: 1.8.5
2020
virtualenvs-create: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ poetry-dynamic-versioning = "1.10.0"
3434
black = { version = "26.5.1" }
3535
flake8 = { version = "7.3.0" }
3636
flake8-pyproject = { version = "1.2.4" }
37-
pytest = { version = "9.0.3" }
37+
pytest = { version = "9.1.1" }
3838
pytest-cov = { version = "7.1.0" }
3939

4040
[tool.poetry.plugins."poetry.application.plugin"]

0 commit comments

Comments
 (0)