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 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
- name : Setup Python
13
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
13
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
14
14
with :
15
15
python-version : 3.13
16
16
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -26,12 +26,12 @@ jobs:
26
26
- py313
27
27
- pypy3
28
28
steps :
29
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- 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
32
32
with :
33
33
tox_env : ${{ matrix.tox_env }}
34
- - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
34
+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
35
35
with :
36
36
cache : pip
37
37
cache-dependency-path : |
41
41
name : Build deploy
42
42
runs-on : ubuntu-latest
43
43
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
47
47
with :
48
48
password : ${{ secrets.PYPI_TOKEN }}
49
49
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 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.13
3
3
# by the following command:
4
4
#
5
- # pip-compile requirements-dev.in
5
+ # pip-compile --output-file=requirements-dev.txt requirements-dev.in
6
6
#
7
7
build == 1.2.2.post1
8
8
# via pip-tools
9
- certifi == 2024.8.30
9
+ certifi == 2025.7.14
10
10
# via requests
11
- charset-normalizer == 3.4.0
11
+ charset-normalizer == 3.4.2
12
12
# via requests
13
- click == 8.1.7
13
+ click == 8.1.8
14
14
# via pip-tools
15
- coverage [toml ]== 7.6.8
15
+ coverage [toml ]== 7.9.2
16
16
# via pytest-cov
17
- exceptiongroup == 1.2.2
18
- # via pytest
19
17
idna == 3.10
20
18
# via requests
21
- importlib-metadata == 8.5.0
22
- # via build
23
- iniconfig == 2.0.0
19
+ iniconfig == 2.1.0
24
20
# via pytest
25
- mock == 5.1 .0
21
+ mock == 5.2 .0
26
22
# via -r requirements-dev.in
27
- packaging == 24.2
23
+ packaging == 25.0
28
24
# via
29
25
# build
30
26
# pytest
31
27
pip-tools == 7.4.1
32
28
# 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
34
34
# via pytest
35
35
pyproject-hooks == 1.2.0
36
36
# via
37
37
# build
38
38
# pip-tools
39
- pytest == 8.3.3
39
+ pytest == 8.4.1
40
40
# via
41
41
# -r requirements-dev.in
42
42
# pytest-cov
43
- pytest-cov == 6.0.0
43
+ pytest-cov == 6.2.1
44
44
# via -r requirements-dev.in
45
45
pyyaml == 6.0.2
46
46
# via responses
47
- requests == 2.32.3
47
+ requests == 2.32.4
48
48
# via responses
49
- responses == 0.25.3
49
+ responses == 0.25.7
50
50
# 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
58
52
# via
59
53
# requests
60
54
# responses
61
55
wheel == 0.45.1
62
56
# via pip-tools
63
- zipp == 3.21.0
64
- # via importlib-metadata
65
57
66
58
# The following packages are considered to be unsafe in a requirements file:
67
59
# pip
Original file line number Diff line number Diff line change 9
9
url = https://github.com/UpCloudLtd/upcloud-python-api
10
10
packages =[' upcloud_api' , ' upcloud_api.cloud_manager' ]
11
11
license = MIT
12
+ license_files = []
12
13
13
14
[options]
14
15
python_requires = >=3.9, <4
You can’t perform that action at this time.
0 commit comments