File tree Expand file tree Collapse file tree 4 files changed +35
-35
lines changed
Expand file tree Collapse file tree 4 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212 - name : Setup Python
13- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
13+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
1414 with :
1515 python-version : 3.13
1616 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -26,12 +26,12 @@ jobs:
2626 - py313
2727 - pypy3
2828 steps :
29- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030 - name : Fedora Tox with ${{ matrix.tox_env }}
31- uses : fedora-python/tox-github-action@6f0add50b32e4bedfd98976984ffa499af4c218b # v39 .0
31+ uses : fedora-python/tox-github-action@807f27871410c7391018dc9a245c8cffdced15e9 # v41 .0
3232 with :
3333 tox_env : ${{ matrix.tox_env }}
34- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
34+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
3535 with :
3636 cache : pip
3737 cache-dependency-path : |
4141 name : Build deploy
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
46- - uses : casperdcl/deploy-pypi@10cf4cd83fc885003a8d4f37f93a5a0f0fc2d2f4 # v2.4.1
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
46+ - uses : casperdcl/deploy-pypi@928e3123266d588b46c017228f9a9d4c13ad4c93 # v2.5.0
4747 with :
4848 password : ${{ secrets.PYPI_TOKEN }}
4949 build : true
Original file line number Diff line number Diff line change 1+ version: v1.25.0
2+ ignore:
3+ SNYK-PYTHON-ZIPP-7430899:
4+ - '*':
5+ reason: Introduced by a transitive dependency that is not used in the project. (python 3.7 test in click 1.8.1)
6+ expires: 2025-10-31
7+ patch: {}
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.9
2+ # This file is autogenerated by pip-compile with Python 3.13
33# by the following command:
44#
5- # pip-compile requirements-dev.in
5+ # pip-compile --output-file=requirements-dev.txt requirements-dev.in
66#
77build == 1.2.2.post1
88 # via pip-tools
9- certifi == 2024.8.30
9+ certifi == 2025.7.14
1010 # via requests
11- charset-normalizer == 3.4.0
11+ charset-normalizer == 3.4.2
1212 # via requests
13- click == 8.1.7
13+ click == 8.1.8
1414 # via pip-tools
15- coverage [toml ]== 7.6.8
15+ coverage [toml ]== 7.9.2
1616 # via pytest-cov
17- exceptiongroup == 1.2.2
18- # via pytest
1917idna == 3.10
2018 # via requests
21- importlib-metadata == 8.5.0
22- # via build
23- iniconfig == 2.0.0
19+ iniconfig == 2.1.0
2420 # via pytest
25- mock == 5.1 .0
21+ mock == 5.2 .0
2622 # via -r requirements-dev.in
27- packaging == 24.2
23+ packaging == 25.0
2824 # via
2925 # build
3026 # pytest
3127pip-tools == 7.4.1
3228 # via -r requirements-dev.in
33- pluggy == 1.5.0
29+ pluggy == 1.6.0
30+ # via
31+ # pytest
32+ # pytest-cov
33+ pygments == 2.19.2
3434 # via pytest
3535pyproject-hooks == 1.2.0
3636 # via
3737 # build
3838 # pip-tools
39- pytest == 8.3.3
39+ pytest == 8.4.1
4040 # via
4141 # -r requirements-dev.in
4242 # pytest-cov
43- pytest-cov == 6.0.0
43+ pytest-cov == 6.2.1
4444 # via -r requirements-dev.in
4545pyyaml == 6.0.2
4646 # via responses
47- requests == 2.32.3
47+ requests == 2.32.4
4848 # via responses
49- responses == 0.25.3
49+ responses == 0.25.7
5050 # via -r requirements-dev.in
51- tomli == 2.2.1
52- # via
53- # build
54- # coverage
55- # pip-tools
56- # pytest
57- urllib3 == 2.2.3
51+ urllib3 == 2.5.0
5852 # via
5953 # requests
6054 # responses
6155wheel == 0.45.1
6256 # via pip-tools
63- zipp == 3.21.0
64- # via importlib-metadata
6557
6658# The following packages are considered to be unsafe in a requirements file:
6759# pip
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ maintainer_email = hello@upcloud.com
99url = https://github.com/UpCloudLtd/upcloud-python-api
1010packages =[' upcloud_api' , ' upcloud_api.cloud_manager' ]
1111license = MIT
12+ license_files = []
1213
1314[options]
1415python_requires = >=3.9, <4
You can’t perform that action at this time.
0 commit comments