Skip to content

Commit f70df19

Browse files
Merge pull request #186 from UpCloudLtd/feat/fix-snyk-problems
fix: snyk issues
2 parents b84c21c + 89838e1 commit f70df19

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

requirements-dev.txt

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
66
#
7-
build==1.2.2.post1
7+
build==1.4.0
88
# via pip-tools
9-
certifi==2025.7.14
9+
certifi==2026.1.4
1010
# via requests
1111
cffi==2.0.0
1212
# via cryptography
13-
charset-normalizer==3.4.2
13+
charset-normalizer==3.4.4
1414
# via requests
15-
click==8.1.8
15+
click==8.3.1
1616
# via pip-tools
17-
coverage[toml]==7.9.2
17+
coverage[toml]==7.13.4
1818
# via pytest-cov
1919
cryptography==46.0.5
2020
# via secretstorage
21-
idna==3.10
21+
idna==3.11
2222
# via requests
23-
iniconfig==2.1.0
23+
iniconfig==2.3.0
2424
# via pytest
2525
jaraco-classes==3.4.0
2626
# via keyring
27-
jaraco-context==6.0.1
27+
jaraco-context==6.1.0
2828
# via keyring
29-
jaraco-functools==4.2.1
29+
jaraco-functools==4.4.0
3030
# via keyring
3131
jeepney==0.9.0
3232
# via
3333
# keyring
3434
# secretstorage
35-
keyring==25.6.0
35+
keyring==25.7.0
3636
# via -r requirements-dev.in
3737
mock==5.2.0
3838
# via -r requirements-dev.in
39-
more-itertools==10.7.0
39+
more-itertools==10.8.0
4040
# via
4141
# jaraco-classes
4242
# jaraco-functools
43-
packaging==25.0
43+
packaging==26.0
4444
# via
4545
# build
4646
# pytest
4747
# wheel
48-
pip-tools==7.4.1
48+
pip-tools==7.5.3
4949
# via -r requirements-dev.in
5050
pluggy==1.6.0
5151
# via
@@ -59,28 +59,27 @@ pyproject-hooks==1.2.0
5959
# via
6060
# build
6161
# pip-tools
62-
pytest==8.4.1
62+
pytest==9.0.2
6363
# via
6464
# -r requirements-dev.in
6565
# pytest-cov
66-
pytest-cov==6.2.1
66+
pytest-cov==7.0.0
6767
# via -r requirements-dev.in
68-
pyyaml==6.0.2
68+
pyyaml==6.0.3
6969
# via responses
70-
requests==2.32.4
70+
requests==2.32.5
7171
# via responses
72-
responses==0.25.7
72+
responses==0.25.8
7373
# via -r requirements-dev.in
7474
secretstorage==3.5.0
7575
# via keyring
76-
urllib3==2.5.0
76+
urllib3==2.6.3
7777
# via
7878
# requests
7979
# responses
80-
wheel==0.46.2
80+
wheel==0.46.3
8181
# via pip-tools
8282

8383
# The following packages are considered to be unsafe in a requirements file:
8484
# pip
8585
# setuptools
86-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)