Skip to content

Commit

Permalink
Bump typer from 0.6.1 to 0.7.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 7, 2022
1 parent 744e9f9 commit c7070b5
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 78 deletions.
7 changes: 6 additions & 1 deletion docs/CHANGELOG.md
Expand Up @@ -10,12 +10,17 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Fixed

- [Setting an artificial lock to LibCST version `+0.4.0` for Python `3.6.x`; a bug introduced in LibCST `+0.4.0` that affects `PY3.6` by @hadialqattan](https://github.com/hadialqattan/pycln/pull/174)

### Added

- [Adding a CLI flag for disabling the enforcement of the `__all__` dunder in `__init__.py` policy @hadialqattan](https://github.com/hadialqattan/pycln/pull/175)
- [Adding a CLI flag for disabling the enforcement of the `__all__` dunder in `__init__.py` policy by @hadialqattan](https://github.com/hadialqattan/pycln/pull/175)

### Changed

- [Bump typer from 0.6.1 to 0.7.0 by @dependabot[bot]](https://github.com/hadialqattan/pycln/pull/176)
- [Bump pytest-cov from 3.0.0 to 4.0.0 by @dependabot[bot]](https://github.com/hadialqattan/pycln/pull/171)
- [Bump JRubics/poetry-publish from 1.12 to 1.13 by @dependabot[bot]](https://github.com/hadialqattan/pycln/pull/168)

Expand Down
112 changes: 36 additions & 76 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -25,7 +25,7 @@ pycln = "pycln.cli:app"

[tool.poetry.dependencies]
python = ">=3.6.2, <4"
typer = ">=0.4.1,<0.7.0"
typer = ">=0.4.1,<0.8.0"
dataclasses = {version = "^0.7", python = "3.6"}
pyyaml = ">=5.3.1,<7.0.0"
pathspec = "^0.9.0"
Expand Down

0 comments on commit c7070b5

Please sign in to comment.