Skip to content

Commit 798073e

Browse files
chore(python): bump dependencies (#168)
1 parent e8d2948 commit 798073e

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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: |
@@ -41,9 +41,9 @@ jobs:
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

.snyk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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: {}

requirements-dev.txt

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,59 @@
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
#
77
build==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
1917
idna==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
3127
pip-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
3535
pyproject-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
4545
pyyaml==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
6155
wheel==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

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ maintainer_email = [email protected]
99
url = https://github.com/UpCloudLtd/upcloud-python-api
1010
packages=['upcloud_api', 'upcloud_api.cloud_manager']
1111
license = MIT
12+
license_files = []
1213

1314
[options]
1415
python_requires = >=3.9, <4

0 commit comments

Comments
 (0)