Skip to content

Commit e479946

Browse files
Upgrade Stone pyproject.toml
1 parent e3f6c14 commit e479946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license-files = ["LICENSE"]
1313
authors = [{ name = "Dropbox", email = "dev-platform@dropbox.com" }]
1414
dependencies = [
1515
"requests>=2.16.2",
16-
"stone>=3.5.2,<4",
16+
"stone>=3.5.3,<4",
1717
]
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
@@ -34,7 +34,7 @@ Homepage = "http://www.dropbox.com/developers"
3434
Source = "https://github.com/dropbox/dropbox-sdk-python"
3535

3636
[project.optional-dependencies]
37-
test = ["pytest", "mock", "pytest-mock", "coverage", "stone>=3.5.2,<4"]
37+
test = ["pytest", "mock", "pytest-mock", "coverage", "stone>=3.5.3,<4"]
3838
docs = ["sphinx", "sphinx_rtd_theme"]
3939
dev = ["flake8", "twine", "wheel", "build"]
4040

0 commit comments

Comments
 (0)