Skip to content

Commit 9326145

Browse files
committed
tox: upgrade packages
1 parent c25414c commit 9326145

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ disable=bare-except,
8282
redefined-builtin,
8383
import-outside-toplevel,
8484
duplicate-code,
85+
consider-using-min-builtin,
8586
unnecessary-pass
8687

8788
# Enable the message, report, category or checker with the given id(s). You can

tox.ini

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ envlist = lint,docs,py3-pycryptodome,py3-cryptography,py3
55
[package]
66
name = rarfile
77
deps =
8-
pycryptodome: pycryptodome==3.15.0
9-
cryptography: cryptography==41.0.3
8+
pycryptodome: pycryptodome==3.20.0
9+
cryptography: cryptography==42.0.5
1010
test_deps =
1111
#coverage==7.3.1
12-
coverage==7.2.7
13-
pytest==7.4.2
14-
pytest-cov==4.1.0
15-
pytest-xdist==3.3.1
12+
coverage==7.4.4
13+
pytest==8.1.1
14+
pytest-cov==5.0.0
15+
pytest-xdist==3.5.0
1616
doc_deps =
1717
sphinx==7.2.6
1818
docutils==0.20.1
1919
lint_deps =
20-
pylint==2.17.5
20+
pylint==3.1.0
2121

2222
[testenv]
2323
deps =

0 commit comments

Comments
 (0)