File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ CHANGELOG
44Unreleased
55----------
66
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 .
712- Optimize the behavior of the ``resolve() `` function on multiple groups.
813
9141.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:
4848
4949 repos :
5050 - repo : https://github.com/pypa/dependency-groups
51- rev : 1.3.0
51+ rev : 1.3.1
5252 hooks :
5353 - id : lint-dependency-groups
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dev = [{include-group = "test"}]
1313
1414[project ]
1515name = " dependency-groups"
16- version = " 1.3.0 "
16+ version = " 1.3.1 "
1717description = ' A tool for resolving PEP 735 Dependency Group data'
1818readme = " README.rst"
1919requires-python = " >=3.8"
You can’t perform that action at this time.
0 commit comments