Skip to content

Commit 9ddd708

Browse files
committed
Bump version of pyproject-fmt
1 parent 07f56b2 commit 9ddd708

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

pyproject.toml

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ strict = true
140140
[build-system]
141141
build-backend = "setuptools.build_meta"
142142
requires = [
143-
"pip",
144-
"setuptools",
145-
"setuptools_scm[toml]>=7.1",
146-
"wheel",
143+
"pip",
144+
"setuptools",
145+
"setuptools_scm[toml]>=7.1",
146+
"wheel",
147147
]
148148

149149
[tool.distutils.bdist_wheel]
@@ -198,60 +198,60 @@ name = "vws-python"
198198
description = "Interact with the Vuforia Web Services (VWS) API."
199199
readme = { file = "README.rst", content-type = "text/x-rst"}
200200
keywords = [
201-
"client",
202-
"vuforia",
203-
"vws",
201+
"client",
202+
"vuforia",
203+
"vws",
204204
]
205205
license = { file = "LICENSE" }
206206
authors = [ { name = "Adam Dangoor", email = "adamdangoor@gmail.com"} ]
207207
requires-python = ">=3.12"
208208
classifiers = [
209-
"Development Status :: 5 - Production/Stable",
210-
"Environment :: Web Environment",
211-
"License :: OSI Approved :: MIT License",
212-
"Operating System :: POSIX",
213-
"Programming Language :: Python :: 3 :: Only",
214-
"Programming Language :: Python :: 3.12",
209+
"Development Status :: 5 - Production/Stable",
210+
"Environment :: Web Environment",
211+
"License :: OSI Approved :: MIT License",
212+
"Operating System :: POSIX",
213+
"Programming Language :: Python :: 3 :: Only",
214+
"Programming Language :: Python :: 3.12",
215215
]
216216
dynamic = [
217-
"version",
217+
"version",
218218
]
219219
dependencies = [
220-
"requests",
221-
"urllib3",
222-
"VWS-Auth-Tools",
220+
"requests",
221+
"urllib3",
222+
"VWS-Auth-Tools",
223223
]
224224
[project.optional-dependencies]
225225
dev = [
226-
"check-manifest==0.49",
227-
"doc8==1.1.1",
228-
"dodgy==0.2.1",
229-
"freezegun==1.4",
230-
"furo==2023.9.10",
231-
"mypy==1.8",
232-
"pdm==2.12.2",
233-
"pip_check_reqs==2.5.3",
234-
"pydocstyle==6.3",
235-
"pyenchant==3.2.2",
236-
"Pygments==2.17.2",
237-
"pylint==3.0.3",
238-
"pyproject-fmt==1.7",
239-
"pyright==1.1.348",
240-
"pyroma==4.2",
241-
"pytest==7.4.4",
242-
"pytest-cov==4.1",
243-
"PyYAML==6.0.1",
244-
"ruff==0.1.14",
245-
"Sphinx==7.2.6",
246-
"sphinx-autodoc-typehints==1.25.2",
247-
"sphinx-prompt==1.8",
248-
"Sphinx-Substitution-Extensions==2022.2.16",
249-
"sphinxcontrib-spelling==8",
250-
"sybil==6.0.2",
251-
"types-requests==2.31.0.20240106",
252-
"vulture==2.11",
253-
"VWS-Python-Mock==2024.1.21",
254-
"VWS-Test-Fixtures==2023.3.5",
226+
"check-manifest==0.49",
227+
"doc8==1.1.1",
228+
"dodgy==0.2.1",
229+
"freezegun==1.4.0",
230+
"furo==2023.9.10",
231+
"mypy==1.8.0",
232+
"pdm==2.12.2",
233+
"pip_check_reqs==2.5.3",
234+
"pydocstyle==6.3",
235+
"pyenchant==3.2.2",
236+
"Pygments==2.17.2",
237+
"pylint==3.0.3",
238+
"pyproject-fmt==1.7.0",
239+
"pyright==1.1.348",
240+
"pyroma==4.2",
241+
"pytest==7.4.4",
242+
"pytest-cov==4.1",
243+
"PyYAML==6.0.1",
244+
"ruff==0.1.14",
245+
"Sphinx==7.2.6",
246+
"sphinx-autodoc-typehints==1.25.2",
247+
"sphinx-prompt==1.8",
248+
"Sphinx-Substitution-Extensions==2022.2.16",
249+
"sphinxcontrib-spelling==8",
250+
"sybil==6.0.2",
251+
"types-requests==2.31.0.20240106",
252+
"vulture==2.11",
253+
"VWS-Python-Mock==2024.1.21",
254+
"VWS-Test-Fixtures==2023.3.5",
255255
]
256256
[project.urls]
257257
Documentation = "https://vws-python.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)