Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
terricain authored and terrycain committed Dec 3, 2022
1 parent f6b8ddb commit ca796f0
Show file tree
Hide file tree
Showing 4 changed files with 554 additions and 455 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

10.2.0 (2022-12-03)
-------------------

* Updated S3 streaming example
* Bumped aiobotocore to 2.4.1

10.1.0 (2022-09-21)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

lint:
pipenv run python3 -m flake8 aioboto3 tests
poetry run python -m flake8 aioboto3 tests

test:
pipenv run -Wd -m pytest
poetry run pytest
Loading

0 comments on commit ca796f0

Please sign in to comment.