Skip to content

Commit

Permalink
rel 2024 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jan 7, 2024
1 parent 0d58138 commit 546b293
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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).

## 2024 - 2024/01/07

- update dependencies

## 2023.5.2 - 2023/12/01

- fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "licensecheck"
version = "2023.5.2"
version = "2024"
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 @@ -31,16 +31,16 @@ python = "^3.8"
requests = "<3,>=2.31.0"
fhconfparser = "<2025,>=2023"
tomli = "<3,>=2.0.1"
rich = "<14,>=13.5.2"
requests-cache = "<2,>=1.1.0"
packaging = "<24,>=23.1"
rich = "<14,>=13.7.0"
requests-cache = "<2,>=1.1.1"
packaging = "<24,>=23.2"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pylint = "^2.17.5"
handsdown = "^2.0.1"
pytest = "^7.4.4"
pylint = "^3.0.3"
handsdown = "^2.1.0"
fhmake = "^2023"
coverage = "^7.3.0"
coverage = "^7.4.0"

[tool.black]
line-length = 100
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fhconfparser<2025,>=2023
packaging<24,>=23.1
requests-cache<2,>=1.1.0
packaging<24,>=23.2
requests-cache<2,>=1.1.1
requests<3,>=2.31.0
rich<14,>=13.5.2
rich<14,>=13.7.0
tomli<3,>=2.0.1

0 comments on commit 546b293

Please sign in to comment.