Skip to content

Commit 90f77a6

Browse files
committed
chore: Regen golden-record
1 parent c36f4cc commit 90f77a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1313

1414
[tool.poetry.dependencies]
15-
python = "^3.6"
15+
python = "^3.7"
1616
httpx = ">=0.15.4,<0.22.0"
1717
attrs = ">=20.1.0,<22.0.0"
1818
python-dateutil = "^2.8.0"
@@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api"
2323

2424
[tool.black]
2525
line-length = 120
26-
target_version = ['py36', 'py37', 'py38']
26+
target_version = ['py37', 'py38', 'py39']
2727
exclude = '''
2828
(
2929
/(

0 commit comments

Comments
 (0)