Skip to content

Commit fc11be3

Browse files
authored
chore(pyproject): add maintainers field and bump python/dependency versions (#105)
* chore(pyproject): bump python and dependency versions * chore(pyproject): add maintainers field to package metadata
1 parent f667ec9 commit fc11be3

File tree

2 files changed

+40
-315
lines changed

2 files changed

+40
-315
lines changed

pyproject.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ name = "pycouchdb"
33
version = "1.16.0"
44
description = "Modern pure python CouchDB Client."
55
authors = [
6-
{name = "Andrey Antukh", email = "niwi@niwi.be"},
6+
{name = "Andrey Antukh", email = "niwi@niwi.be"}
7+
]
8+
maintainers = [
79
{name = "Rinat Sabitov", email = "rinat.sabitov@gmail.com"}
810
]
911
license = {text = "BSD-3-Clause"}
1012
readme = "README.md"
11-
requires-python = ">=3.8.1"
13+
requires-python = ">=3.9"
1214
keywords = ["couchdb", "database"]
1315
classifiers = [
1416
"Topic :: Utilities",
1517
"Topic :: Software Development :: Libraries :: Python Modules"
1618
]
1719
dependencies = [
18-
"requests>=2.28",
20+
"requests>=2.32.5",
1921
"chardet>=5.2.0"
2022
]
2123

@@ -26,10 +28,10 @@ Repository = "https://github.com/histrio/py-couchdb"
2628

2729
[project.optional-dependencies]
2830
dev = [
29-
"responses>=0.22",
30-
"flake8>=6.0",
31-
"pytest>=7.2",
32-
"pytest-cov>=4.0"
31+
"responses>=0.25.0",
32+
"flake8>=7.0",
33+
"pytest>=8.0",
34+
"pytest-cov>=5.0"
3335
]
3436

3537
[build-system]

0 commit comments

Comments
 (0)