Skip to content

Commit ffd0a7b

Browse files
Fix attrs version for test PyPI upload
1 parent e24ac19 commit ffd0a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A Pythonic interface and CLI tool for the InQuest Labs API"
1313
readme = "README.md"
1414
requires-python = ">=3.9"
1515
dependencies = [
16-
"attrs==22.1.0",
16+
"attrs==22.2.0",
1717
"certifi==2022.9.24",
1818
"charset-normalizer==2.1.1",
1919
"coverage==6.5.0",

0 commit comments

Comments
 (0)