Skip to content

Commit c50a8ec

Browse files
committed
Pin to Blinka version 7.0.0
1 parent e10b09d commit c50a8ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
Adafruit-Blinka
5+
Adafruit-Blinka>=7.0.0
66
adafruit-circuitpython-busdevice
77
adafruit-circuitpython-register
88
adafruit-circuitpython-pca9685

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author="Adafruit Industries",
3737
author_email="circuitpython@adafruit.com",
3838
install_requires=[
39-
"Adafruit-Blinka",
39+
"Adafruit-Blinka>=7.0.0",
4040
"adafruit-circuitpython-busdevice",
4141
"adafruit-circuitpython-register",
4242
"adafruit-circuitpython-pca9685",

0 commit comments

Comments
 (0)