Skip to content

Commit

Permalink
rel 2023.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Dec 1, 2023
1 parent d18d4f7 commit 0d58138
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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).

## 2023.5.2 - 2023/12/01

- fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65
- fix: add support for double quotes in extras https://github.com/FHPythonUtils/LicenseCheck/pull/64,
thanks https://github.com/arunkumarpandian

## 2023.5.1 - 2023/09/21

- Fix optional extras from dependencies being included by default. Thank you https://github.com/arunkumarpandian!
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 = "licensecheck"
version = "2023.5.1"
version = "2023.5.2"
license = "mit"
description = "Output the licenses used by dependencies and check if these are compatible with the project license"
authors = ["FredHappyface"]
Expand Down Expand Up @@ -29,7 +29,7 @@ licensecheck = 'licensecheck:cli'
[tool.poetry.dependencies]
python = "^3.8"
requests = "<3,>=2.31.0"
fhconfparser = "<2024,>=2022"
fhconfparser = "<2025,>=2023"
tomli = "<3,>=2.0.1"
rich = "<14,>=13.5.2"
requests-cache = "<2,>=1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fhconfparser<2024,>=2022
fhconfparser<2025,>=2023
packaging<24,>=23.1
requests-cache<2,>=1.1.0
requests<3,>=2.31.0
Expand Down

0 comments on commit 0d58138

Please sign in to comment.