Skip to content

Commit

Permalink
Merge pull request #334 from neutrinoceros/bump_inifix
Browse files Browse the repository at this point in the history
DEP: bump minimal and pinned inifix from 3.0.0 to 4.2.2
  • Loading branch information
neutrinoceros authored Oct 1, 2023
2 parents 3be3390 + e77f77d commit d801335
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- DEP: migrate prompting from rich to termcolor
- API: remove `idfx stamp` command, drop dependency on GitPython
- DEP: bump minimal and pinned `inifix` from 3.0.0 to 4.2.2

## [3.2.1] - 2023-09-06

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"inifix>=3.0.0",
"inifix>=4.2.2",
"packaging>=21.0",
"termcolor>=2.3.0",
"typing-extensions>=4.1.0;python_version < '3.11'",
Expand All @@ -27,7 +27,7 @@ text = "GPL-3.0"

[project.optional-dependencies]
isolated = [
"inifix==3.0.0",
"inifix==4.2.2",
"packaging==21.0",
"termcolor==2.3.0",
"typing-extensions==4.1.0;python_version < '3.11'",
Expand Down

0 comments on commit d801335

Please sign in to comment.