Skip to content

Commit

Permalink
Update pip requirement from <23.3,>=21.0 to >=21.0,<23.4 (#53)
Browse files Browse the repository at this point in the history
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...23.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 816559c commit 3b5df09
Showing 1 changed file with 1 addition and 1 deletion.
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.1
pip>=21.0,<23.3
pip>=21.0,<23.4
ruff==0.0.292
black==23.3.0
orjson

0 comments on commit 3b5df09

Please sign in to comment.