File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
- name : Configure Python
28
28
uses : actions/setup-python@v5
29
29
with :
30
- python-version : " 3.8 "
30
+ python-version : " 3.10 "
31
31
32
32
- name : Configure dependencies
33
33
run : |
Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ jobs:
70
70
- name : Configure Python
71
71
uses : actions/setup-python@v5
72
72
with :
73
- python-version : " 3.8 "
73
+ python-version : " 3.9 "
74
74
75
75
- name : Configure dependencies
76
76
run : |
77
77
pip install --user --upgrade pip
78
78
pip install --user pipx
79
79
pipx ensurepath
80
- pipx install poetry==1.4.2
80
+ pipx install poetry
81
81
poetry config virtualenvs.in-project true
82
82
poetry install --with dev
83
- poetry self add "poetry-dynamic-versioning[plugin]==1.1.1 "
83
+ poetry self add "poetry-dynamic-versioning[plugin]"
84
84
85
85
- name : Build release
86
86
run : |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0"
30
30
pytest-cov == 4.1.0 ; python_version >= "3.7" and python_version < "4.0"
31
31
pytest == 7.4.0 ; python_version >= "3.7" and python_version < "4.0"
32
32
pyyaml == 6.0.2 ; python_version >= "3.7" and python_version < "4.0"
33
- requests == 2.32.3 ; python_version >= "3.7" and python_version < "4.0"
33
+ requests == 2.32.4 ; python_version >= "3.7" and python_version < "4.0"
34
34
responses == 0.23.3 ; python_version >= "3.7" and python_version < "4.0"
35
35
tomli == 2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
36
36
types-pyyaml == 6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
You can’t perform that action at this time.
0 commit comments