Skip to content

Commit

Permalink
Merge pull request #65 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 026d035 + 99fe6f7 commit 0f418bd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- name: Install dependencies for running Pylint
run: |
pip install -U \
airium \
defusedxml \
pygments \
pylint \
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Removed

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


1.2.1_ - 2024-04-21
Expand Down
1 change: 0 additions & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# still works against oldest supported versions of both the Python
# interpreter and Python ependencies. Keep this up-to-date with minimum
# versions in `setup.cfg`.
airium==0.2.3
defusedxml==0.7.1
flake8-2020==1.6.1
flake8-bugbear==22.1.11
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ color =
Pygments>=2.4.0
test =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
airium>=0.2.3
click>=8.0.0
cryptography>=3.3.2 # through twine, fixes CVE-2020-36242
defusedxml>=0.7.1
Expand All @@ -74,7 +73,7 @@ test =
urllib3>=1.25.9 # through requests-cache and twine, fixes CVE-2020-26137
wheel>=0.21.0
release =
darkgray-dev-tools~=0.1.0
darkgray-dev-tools~=0.1.1

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

0 comments on commit 0f418bd

Please sign in to comment.