Commit 1e64f64
committed
Automated update by Adabot (adafruit/adabot@de5aa12)
Updating https://github.com/adafruit/Adafruit_CircuitPython_CharLCD to 3.4.0 from 3.3.15:
> Merge pull request adafruit/Adafruit_CircuitPython_CharLCD#72 from Neradoc/compatibility-rainbowio
> Changed .env to .venv in README.rst
> Removed duplicate-code from library pylint disable
Updating https://github.com/adafruit/Adafruit_CircuitPython_EPD to 2.10.5 from 2.10.4:
> Create requirements.txt
> Changed .env to .venv in README.rst
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL to 1.1.17 from 1.1.16:
> Merge pull request adafruit/Adafruit_CircuitPython_LIS3MDL#22 from adafruit/lsm6dstrc
> Changed .env to .venv in README.rst
Updating https://github.com/adafruit/Adafruit_CircuitPython_MPL3115A2 to 2.0.0 from 1.2.12:
> Merge pull request adafruit/Adafruit_CircuitPython_MPL3115A2#22 from caternuson/iss19
> Changed .env to .venv in README.rst
Updating https://github.com/adafruit/Adafruit_CircuitPython_PN532 to 2.3.10 from 2.3.9:
> Merge pull request adafruit/Adafruit_CircuitPython_PN532#57 from tekktrik/doc/fix-product-link
> Changed .env to .venv in README.rst
> Removed duplicate-code from library pylint disable
Updating https://github.com/adafruit/Adafruit_CircuitPython_SI1145 to 1.0.1 from 1.0.0:
> Merge pull request adafruit/Adafruit_CircuitPython_SI1145#6 from tekktrik/doc/add-product-link
Updating https://github.com/adafruit/Adafruit_CircuitPython_asyncio to 0.5.12 from 0.5.11:
> Create requirements.txt
Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.5.8 from 2.5.7:
> Updated sphinx version
> Changed .env to .venv in README.rst
Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 8.3.4 from 8.3.3:
> Merge pull request adafruit/Adafruit_CircuitPython_BLE#168 from tekktrik/doc/add-type-annotations
> Changed .env to .venv in README.rst
> Removed duplicate-code from library pylint disable
Updating https://github.com/adafruit/Adafruit_CircuitPython_Hue to 1.2.0 from 1.1.10:
> Merge pull request adafruit/Adafruit_CircuitPython_Hue#21 from tekktrik/dev/specific-error
> Changed .env to .venv in README.rst1 parent 3a662aa commit 1e64f64
10 files changed
Lines changed: 10 additions & 10 deletions
- .pre-commit-config.yaml+1-1
- .pylintrc+1-1
- README.rst+2-2
- adafruit_ble/__init__.py+56-34
- adafruit_ble/advertising/__init__.py+64-34
- adafruit_ble/advertising/standard.py+63-25
- adafruit_ble/characteristics/__init__.py+53-30
- adafruit_ble/characteristics/float.py+23-8
- adafruit_ble/characteristics/int.py+42-17
- adafruit_ble/characteristics/json.py+25-10
- adafruit_ble/characteristics/stream.py+34-17
- adafruit_ble/characteristics/string.py+29-10
- adafruit_ble/services/__init__.py+15-2
- adafruit_ble/services/circuitpython.py+1-1
- adafruit_ble/services/midi.py+3-3
- adafruit_ble/services/nordic.py+21-7
- adafruit_ble/services/standard/__init__.py+4-2
- adafruit_ble/services/standard/device_info.py+19-8
- adafruit_ble/services/standard/hid.py+35-7
- requirements.txt+2
0 commit comments