File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ poetry-dynamic-versioning = "1.10.0"
3434black = { version = " 26.5.1" }
3535flake8 = { version = " 7.3.0" }
3636flake8-pyproject = { version = " 1.2.4" }
37- pytest = { version = " 9.0.3 " }
37+ pytest = { version = " 9.1.1 " }
3838pytest-cov = { version = " 7.1.0" }
3939
4040[tool .poetry .plugins ."poetry .application .plugin" ]
You can’t perform that action at this time.
0 commit comments