-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@c01bb3a)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME280 to 2.5.0 from 2.4.3: > Merge pull request adafruit/Adafruit_CircuitPython_BME280#40 from anecdata/relative Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV493D to 1.1.4 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_TLV493D#6 from danaliv/address_kwarg Updating https://github.com/adafruit/Adafruit_CircuitPython_Requests to 1.7.0 from 1.6.0: > Merge pull request adafruit/Adafruit_CircuitPython_Requests#31 from tannewt/http11 Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_AirLift
- Loading branch information
1 parent
f7ec8f3
commit 84ee6d9
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule requests
updated
17 files
+0 −4 | .github/workflows/test.yml | |
+453 −161 | adafruit_requests.py | |
+13 −2 | examples/requests_advanced.py | |
+28 −0 | examples/requests_advanced_cpython.py | |
+13 −0 | examples/requests_github_cpython.py | |
+45 −0 | examples/requests_https_cpython.py | |
+13 −2 | examples/requests_simpletest.py | |
+44 −0 | examples/requests_simpletest_cpython.py | |
+48 −0 | tests/chunk_test.py | |
+6 −5 | tests/header_test.py | |
+32 −0 | tests/legacy_mocket.py | |
+51 −0 | tests/legacy_test.py | |
+25 −5 | tests/mocket.py | |
+11 −6 | tests/parse_test.py | |
+32 −16 | tests/post_test.py | |
+30 −15 | tests/protocol_test.py | |
+107 −0 | tests/reuse_test.py |