File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ CHANGELOG
4
4
Unreleased
5
5
----------
6
6
7
+ 1.3.1
8
+ -----
9
+
10
+ - Fix a bug in which names in includes were not normalized before comparisons,
11
+ resulting in spurious ``LookupError ``\s .
7
12
- Optimize the behavior of the ``resolve() `` function on multiple groups.
8
13
9
14
1.3.0
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
48
48
49
49
repos :
50
50
- repo : https://github.com/pypa/dependency-groups
51
- rev : 1.3.0
51
+ rev : 1.3.1
52
52
hooks :
53
53
- id : lint-dependency-groups
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dev = [{include-group = "test"}]
13
13
14
14
[project ]
15
15
name = " dependency-groups"
16
- version = " 1.3.0 "
16
+ version = " 1.3.1 "
17
17
description = ' A tool for resolving PEP 735 Dependency Group data'
18
18
readme = " README.rst"
19
19
requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments