Skip to content

Commit 5c33cbf

Browse files
Update environment.yml
1 parent 85cb671 commit 5c33cbf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

environment.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ channels:
55
dependencies:
66
# runtime
77
- python >=3.8,<3.13
8-
- mkdocstrings-python >=1.5.2,<2.0
8+
- mkdocstrings-python >=1.6.2,<2.0
99
# build
10-
- hatchling >=1.18
10+
- build >=0.7.0
11+
- hatchling >=1.21
1112
# test
12-
- coverage >=7.3.0
13+
- coverage >=7.4.0
1314
- pytest >=7.4.0
1415
- pytest-cov >=4.1.0
15-
- pylint >=2.17.5
16-
- mypy >=1.5.1
17-
- mkdocs-material >=8.2
16+
- pylint >=3.0.3
17+
- mypy >=1.8
1818
- beautifulsoup4 >=4.12
1919
# documentation
20-
- black >=23.7
20+
- black >=23.12
2121
- mike >=1.1,<2.0
22-
- mkdocs >=1.5.0,<2.0
23-
- mkdocs-material >=9.1
24-
- linkchecker >=10.2.1
22+
- mkdocs >=1.5.3,<2.0
23+
- mkdocs-material >=9.5.4
24+
- linkchecker >=10.4

0 commit comments

Comments
 (0)