Skip to content

Commit

Permalink
2021a5
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed May 30, 2021
1 parent 7a6e4c3 commit 5b33272
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

## 2021a5 - 30/05/2021
- Update click

## 2021a4 - 22/04/2021
- Based on https://github.com/psf/black/tree/7b4ca4bd90c148d72548048f5109537a555aaf77

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blackt"
version = "2021a4"
version = "2021a5"
description = ""
authors = ["FredHappyface"]
classifiers = [
Expand All @@ -25,7 +25,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">3.6"
appdirs = "<2,>=1.4.4"
click = "<8,>=7.1.2"
click = "<9,>=8.0.1"
mypy-extensions = "<2,>=0.4.3"
pathspec = "<2,>=0.8.1"
regex = "<2023,>=2021.4.4"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appdirs<2,>=1.4.4
click<8,>=7.1.2
click<9,>=8.0.1
mypy-extensions<2,>=0.4.3
pathspec<2,>=0.8.1
regex<2023,>=2021.4.4
Expand Down

0 comments on commit 5b33272

Please sign in to comment.