Skip to content

Commit

Permalink
🎨 [refactor] Updated dependency versions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrownell authored Apr 29, 2024
2 parents aa30fd9 + f11cd66 commit 1abf298
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ classifiers = [
]

dependencies = [
"dbrownell_Common",
"GitPython == 3.*",
"jsonschema == 4.*",
"rtyaml == 1.*",
"semantic_version == 2.*",
"dbrownell_Common == 0.*",
"GitPython ~= 3.1",
"jsonschema ~= 4.21",
"rtyaml ~= 1.0",
"semantic_version ~= 2.10",
]

dynamic = [
Expand All @@ -70,13 +70,13 @@ readme = "README.md"

[project.optional-dependencies]
dev = [
"dbrownell_DevTools",
"dbrownell_DevTools == 0.*",
]

package = [
"build == 1.*",
"cx_Freeze == 6.*",
"twine == 4.*",
"build ~= 1.2",
"cx_Freeze ~= 6.15",
"twine ~= 4.0",
]

[project.scripts]
Expand Down

0 comments on commit 1abf298

Please sign in to comment.