Commit 9eb4546
committed
Automated update by Adabot (adafruit/adabot@a52bbea)
Updating https://github.com/adafruit/Adafruit_CircuitPython_AGS02MA to 1.0.4 from 1.0.3:
> Merge pull request adafruit/Adafruit_CircuitPython_AGS02MA#3 from jposada202020/docs
> Add upload url to release action
> Add .venv to .gitignore
> Update .pylintrc for v2.15.5
> Fix release CI files
> Update pylint to 2.15.5
> Updated pylint version to 2.13.0
> Switching to composite actions
Updating https://github.com/adafruit/Adafruit_CircuitPython_CLUE to 3.0.14 from 3.0.13:
> Merge pull request adafruit/Adafruit_CircuitPython_CLUE#59 from julianaklulo/main
> Add upload url to release action
> Add .venv to .gitignore
> Update .pylintrc for v2.15.5
> Fix release CI files
> Update pylint to 2.15.5
> Updated pylint version to 2.13.0
> Switching to composite actions
Updating https://github.com/adafruit/Adafruit_CircuitPython_EPD to 2.11.0 from 2.10.8:
> Merge pull request adafruit/Adafruit_CircuitPython_EPD#61 from ladyada/master
> Add upload url to release action
> Add .venv to .gitignore
> Update .pylintrc for v2.15.5
> Fix release CI files
> Update pylint to 2.15.5
> Updated pylint version to 2.13.0
> Switching to composite actions
Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP2515 to 1.1.1 from 1.1.0:
> Merge pull request adafruit/Adafruit_CircuitPython_MCP2515#18 from adafruit/use-core-message-rtr-classes
Updating https://github.com/adafruit/Adafruit_CircuitPython_framebuf to 1.6.1 from 1.6.0:
> Merge pull request adafruit/Adafruit_CircuitPython_framebuf#52 from steka/improve_font_to_bin
Updating https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer to 3.0.1 from 2.5.0:
> Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#45 from foxy82/main
> Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#49 from michalpokusa/prevent-parent-directory-access
Updating https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf to 1.1.10 from 1.1.9:
> Merge pull request adafruit/Adafruit_CircuitPython_Pixel_Framebuf#9 from RossK1/adding_type_hints
> Add upload url to release action
> Add .venv to .gitignore
> Update .pylintrc for v2.15.5
> Fix release CI files
> Update pylint to 2.15.5
> Updated pylint version to 2.13.0
> Switching to composite actions
Updating https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa to 2.2.13 from 2.2.12:
> Merge pull request adafruit/Adafruit_CircuitPython_TinyLoRa#49 from awordforthat/issue47/fix-short-name-errors
> Add upload url to release action
> Add .venv to .gitignore
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
> Updated download stats for the libraries1 parent 417acf6 commit 9eb4546
File tree
9 files changed
+319
-319
lines changed- libraries
- drivers
- helpers
9 files changed
+319
-319
lines changedLarge diffs are not rendered by default.
- .github/workflows/build.yml+2-65
- .github/workflows/release.yml-88
- .github/workflows/release_gh.yml+19
- .github/workflows/release_pypi.yml+19
- .gitignore+1
- .pre-commit-config.yaml+1-1
- .pylintrc+4-42
- adafruit_epd/epd.py+29-15
- examples/epd_bonnet.py+18-17
- examples/epd_bonnet_blinka_250x122.bmp
- examples/epd_bonnet_blinka_250x122.bmp.license+2
- examples/feather_epd_blinka.py+40
- examples/feather_epd_blinka_pillow.py+98
Submodule httpserver updated 12 files
- adafruit_httpserver/exceptions.py+52
- adafruit_httpserver/response.py+68-17
- adafruit_httpserver/server.py+49-37
- adafruit_httpserver/status.py+3
- docs/api.rst+3
- examples/httpserver_chunked.py+4-3
- examples/httpserver_cpu_information.py+4-3
- examples/httpserver_mdns.py+4-3
- examples/httpserver_neopixel.py+4-3
- examples/httpserver_simple_poll.py+4-3
- examples/httpserver_simple_serve.py+4-3
- examples/httpserver_url_parameters.py+4-3
0 commit comments