Skip to content

Commit

Permalink
tox: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Mar 31, 2024
1 parent c25414c commit 9326145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ disable=bare-except,
redefined-builtin,
import-outside-toplevel,
duplicate-code,
consider-using-min-builtin,
unnecessary-pass

# Enable the message, report, category or checker with the given id(s). You can
Expand Down
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ envlist = lint,docs,py3-pycryptodome,py3-cryptography,py3
[package]
name = rarfile
deps =
pycryptodome: pycryptodome==3.15.0
cryptography: cryptography==41.0.3
pycryptodome: pycryptodome==3.20.0
cryptography: cryptography==42.0.5
test_deps =
#coverage==7.3.1
coverage==7.2.7
pytest==7.4.2
pytest-cov==4.1.0
pytest-xdist==3.3.1
coverage==7.4.4
pytest==8.1.1
pytest-cov==5.0.0
pytest-xdist==3.5.0
doc_deps =
sphinx==7.2.6
docutils==0.20.1
lint_deps =
pylint==2.17.5
pylint==3.1.0

[testenv]
deps =
Expand Down

0 comments on commit 9326145

Please sign in to comment.