Skip to content

Commit 6218d01

Browse files
Update poetry transitive dependencies, target latest Python patch versions in pyenv
1 parent 83d437d commit 6218d01

File tree

3 files changed

+74
-68
lines changed

3 files changed

+74
-68
lines changed

Diff for: .python-version

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
3.10.10
2-
3.11.2
1+
3.10.13
2+
3.11.6

Diff for: README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Most of the code for this came from the aioboto3 tests themselves at https://git
1010

1111
## Running the example test
1212

13-
- Poetry 1.4+
14-
- Python 3.9+ (although probably Python 3.7+ will work)
13+
- Poetry 1.6+
14+
- Python 3.10+ (although probably Python 3.7+ will work)
1515

1616
```
1717
poetry install
@@ -21,16 +21,18 @@ poetry run pytest
2121
Example output:
2222

2323
```console
24-
================================================================================================= test session starts =================================================================================================
25-
platform darwin -- Python 3.9.11, pytest-7.1.2, pluggy-1.0.0
26-
rootdir: /Users/phillip/aioboto3-testing, configfile: pyproject.toml, testpaths: tests
27-
plugins: asyncio-0.18.3
28-
asyncio: mode=auto
24+
=========================================================================================================== test session starts ===========================================================================================================
25+
platform darwin -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0
26+
rootdir: /Users/phillip/pytest-aioboto3
27+
configfile: pyproject.toml
28+
testpaths: tests
29+
plugins: asyncio-0.21.1, aioboto3-0.1.0
30+
asyncio: mode=Mode.AUTO
2931
collected 1 item
3032

31-
tests/test_s3.py . [100%]
33+
tests/test_s3.py . [100%]
3234

33-
================================================================================================== 1 passed in 0.96s ==================================================================================================
35+
============================================================================================================ 1 passed in 0.94s ============================================================================================================
3436
```
3537

3638
## Installation

Diff for: poetry.lock

+61-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)