Skip to content

Commit

Permalink
Update dependency resolvelib to 1.0.0
Browse files Browse the repository at this point in the history
It includes fix for backjumping, see
sarugaku/resolvelib#113

Relates-to: aboutcode-org#106

Signed-off-by: Bennati, Stefano <stefano.bennati@here.com>
  • Loading branch information
bennati committed Dec 1, 2023
1 parent 34581de commit 0db56b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pkginfo2==30.0.0
pyparsing==3.0.9
PyYAML==6.0
requests==2.28.1
resolvelib==0.8.1
resolvelib >= 1.0.0
saneyaml==0.5.2
soupsieve==2.3.2.post1
text-unidecode==1.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ install_requires =
pkginfo2 >= 30.0.0
pip-requirements-parser >= 32.0.1
requests >= 2.18.0
resolvelib >= 0.8.1
resolvelib >= 1.0.0
saneyaml >= 0.5.2
toml >= 0.10.0
mock >= 3.0.5
Expand Down

0 comments on commit 0db56b7

Please sign in to comment.