Skip to content

Commit

Permalink
Merge pull request #597 from akaihola/pip-24-1-compat
Browse files Browse the repository at this point in the history
Fix CI compatibility with Pip >= 24.1
  • Loading branch information
akaihola authored Jul 29, 2024
2 parents 6e8e058 + 005978b commit 9e8dd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Added

Fixed
-----
- Update ``darkgray-dev-tools`` for Pip >= 24.1 compatibility.


2.1.1_ - 2024-04-16
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ test =
urllib3>=1.25.9 # through requests-cache and twine, fixes CVE-2020-26137
wheel>=0.21.0
release =
darkgray-dev-tools~=0.0.2
darkgray-dev-tools~=0.1.1

[flake8]
# Line length according to Black rules
Expand Down

0 comments on commit 9e8dd21

Please sign in to comment.