Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Update pip requirement from <23.2,>=21.0 to >=21.0,<24.2 #26

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update pip requirement from <23.2,>=21.0 to >=21.0,<24.2
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@21.0...24.1)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
commit d9030f1c54ff55d6684c85832529b79892361d40
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
colorlog==6.7.0
homeassistant==2023.8.0
pip>=21.0,<23.2
pip>=21.0,<24.2
ruff==0.0.292
usb==0.0.83.dev0
python-can==4.3.1
Expand Down
Loading