Skip to content

Commit f462b61

Browse files
committed
Technical release: updated requirements
1 parent 105caf2 commit f462b61

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

poetry.lock

Lines changed: 33 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pycouchdb"
3-
version = "1.14.1"
3+
version = "1.14.2"
44
description = "Modern pure python CouchDB Client."
55
authors = ["Andrey Antukh <[email protected]>"]
66
maintainers = ["Rinat Sabitov <[email protected]>"]
@@ -16,7 +16,7 @@ classifiers = [
1616
]
1717

1818
[tool.poetry.dependencies]
19-
python = "^2.7 | ^3.8 | ^3.7 | ^3.6 | ^3.9"
19+
python = "^2.7 | ^3.8 | ^3.7 | ^3.6 | ^3.9 | ^3.10"
2020
requests = "^2.25"
2121

2222
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)