Skip to content

Commit

Permalink
Fix: widen the artificial lock of pathspec dep (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadialqattan committed Jun 3, 2023
1 parent 692e222 commit f923fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Changed

- [Widen `pathspec` version artificial lock by @hadialqattan](https://github.com/hadialqattan/pycln/pull/203)

## [2.1.4] - 2023-05-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python = ">=3.6.2, <4"
typer = ">=0.4.1,<0.10.0"
dataclasses = {version = "^0.7", python = "3.6"}
pyyaml = ">=5.3.1,<7.0.0"
pathspec = "^0.9.0"
pathspec = ">=0.9.0,<0.12.0"
tomlkit = "^0.11.1"
libcst = [{version = ">=0.3.10,<0.5.0", python = ">=3.7"}, {version = ">=0.3.10,<0.4.0", python = "<3.7"}]

Expand Down

0 comments on commit f923fc5

Please sign in to comment.