-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<Update>[Dependencies]: <Trivial Dependency update dependencies>
[ * Affects only build * And typo in pyproject.toml ] [#9]
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ dynamic = ["version"] | |
description = 'Version 2 of the External Pyut Data Model' | ||
readme = "README.md" | ||
license = {text = 'GNU AFFERO GENERAL PUBLIC LICENSE'} | ||
authors = [{name = 'Humberto A. Sanchez II', email = 'Humbert[email protected]'}] | ||
authors = [{name = 'Humberto A. Sanchez II', email = 'Humberto[email protected]'}] | ||
maintainers = [{name = 'Humberto A. Sanchez II', email = '[email protected]'}] | ||
keywords = ['pyut', 'external model', 'python',] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
wheel==0.42.0 | ||
setuptools==69.0.3 | ||
twine==4.0.2 | ||
build==1.0.3 | ||
|
||
setuptools == 75.2.0 | ||
twine == 5.1.1 | ||
wheel == 0.44.0 | ||
|
||
build == 1.2.2.post1 | ||
|
||
html-testRunner~=1.2.1 | ||
mypy==1.8.0 | ||
mypy == 1.12.1 | ||
|
||
mypy-extensions==1.0.0 | ||
types-setuptools==69.0.0.20240125 | ||
typing_extensions==4.9.0 | ||
|
||
buildlackey==1.6.3 | ||
|
||
codeallybasic==1.1.0 | ||
# for CircleCi & unit tests | ||
buildlackey == 1.7.0 | ||
codeallybasic == 1.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__: str = '2.1.6' | ||
__version__: str = '2.2.0' |