We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb671 commit 5c33cbfCopy full SHA for 5c33cbf
environment.yml
@@ -5,20 +5,20 @@ channels:
5
dependencies:
6
# runtime
7
- python >=3.8,<3.13
8
- - mkdocstrings-python >=1.5.2,<2.0
+ - mkdocstrings-python >=1.6.2,<2.0
9
# build
10
- - hatchling >=1.18
+ - build >=0.7.0
11
+ - hatchling >=1.21
12
# test
- - coverage >=7.3.0
13
+ - coverage >=7.4.0
14
- pytest >=7.4.0
15
- pytest-cov >=4.1.0
- - pylint >=2.17.5
16
- - mypy >=1.5.1
17
- - mkdocs-material >=8.2
+ - pylint >=3.0.3
+ - mypy >=1.8
18
- beautifulsoup4 >=4.12
19
# documentation
20
- - black >=23.7
+ - black >=23.12
21
- mike >=1.1,<2.0
22
- - mkdocs >=1.5.0,<2.0
23
- - mkdocs-material >=9.1
24
- - linkchecker >=10.2.1
+ - mkdocs >=1.5.3,<2.0
+ - mkdocs-material >=9.5.4
+ - linkchecker >=10.4
0 commit comments