|
1 | 1 | [build-system] |
2 | 2 | build-backend = "hatchling.build" |
3 | 3 | requires = [ |
4 | | - "hatch-vcs>=0.3", |
| 4 | + "hatch-vcs>=0.4", |
5 | 5 | "hatchling>=1.18", |
6 | 6 | ] |
7 | 7 |
|
@@ -47,47 +47,47 @@ dynamic = [ |
47 | 47 | "version", |
48 | 48 | ] |
49 | 49 | dependencies = [ |
50 | | - "cachetools>=5.3.1", |
| 50 | + "cachetools>=5.3.2", |
51 | 51 | "chardet>=5.2", |
52 | 52 | "colorama>=0.4.6", |
53 | | - "filelock>=3.12.3", |
54 | | - 'importlib-metadata>=6.8; python_version < "3.8"', |
55 | | - "packaging>=23.1", |
56 | | - "platformdirs>=3.10", |
| 53 | + "filelock>=3.13.1", |
| 54 | + 'importlib-metadata>=7; python_version < "3.8"', |
| 55 | + "packaging>=23.2", |
| 56 | + "platformdirs>=4.1", |
57 | 57 | "pluggy>=1.3", |
58 | 58 | "pyproject-api>=1.6.1", |
59 | 59 | 'tomli>=2.0.1; python_version < "3.11"', |
60 | | - 'typing-extensions>=4.7.1; python_version < "3.8"', |
61 | | - "virtualenv>=20.24.3", |
| 60 | + 'typing-extensions>=4.8; python_version < "3.8"', |
| 61 | + "virtualenv>=20.25", |
62 | 62 | ] |
63 | 63 | optional-dependencies.docs = [ |
64 | | - "furo>=2023.8.19", |
65 | | - "sphinx>=7.2.4", |
| 64 | + "furo>=2023.9.10", |
| 65 | + "sphinx>=7.2.6", |
66 | 66 | "sphinx-argparse-cli>=1.11.1", |
67 | | - "sphinx-autodoc-typehints!=1.23.4,>=1.24", |
| 67 | + "sphinx-autodoc-typehints!=1.23.4,>=1.25.2", |
68 | 68 | "sphinx-copybutton>=0.5.2", |
69 | 69 | "sphinx-inline-tabs>=2023.4.21", |
70 | 70 | "sphinxcontrib-towncrier>=0.2.1a0", |
71 | | - "towncrier>=23.6", |
| 71 | + "towncrier>=23.11", |
72 | 72 | ] |
73 | 73 | optional-dependencies.testing = [ |
74 | | - "build[virtualenv]>=0.10", |
| 74 | + "build[virtualenv]>=1.0.3", |
75 | 75 | "covdefaults>=2.3", |
76 | | - "detect-test-pollution>=1.1.1", |
| 76 | + "detect-test-pollution>=1.2", |
77 | 77 | "devpi-process>=1", |
78 | | - "diff-cover>=7.7", |
| 78 | + "diff-cover>=8.0.1", |
79 | 79 | "distlib>=0.3.7", |
80 | 80 | "flaky>=3.7", |
81 | | - "hatch-vcs>=0.3", |
| 81 | + "hatch-vcs>=0.4", |
82 | 82 | "hatchling>=1.18", |
83 | | - "psutil>=5.9.5", |
84 | | - "pytest>=7.4", |
| 83 | + "psutil>=5.9.6", |
| 84 | + "pytest>=7.4.3", |
85 | 85 | "pytest-cov>=4.1", |
86 | | - "pytest-mock>=3.11.1", |
87 | | - "pytest-xdist>=3.3.1", |
| 86 | + "pytest-mock>=3.12", |
| 87 | + "pytest-xdist>=3.5", |
88 | 88 | "re-assert>=1.1", |
89 | | - 'time-machine>=2.12; implementation_name != "pypy"', |
90 | | - "wheel>=0.41.2", |
| 89 | + 'time-machine>=2.13; implementation_name != "pypy"', |
| 90 | + "wheel>=0.42", |
91 | 91 | ] |
92 | 92 | urls.Documentation = "https://tox.wiki" |
93 | 93 | urls.Homepage = "http://tox.readthedocs.org" |
|
0 commit comments