Skip to content

Commit

Permalink
<Update>[Dependencies]: <Trivial Dependency update dependencies>
Browse files Browse the repository at this point in the history
[
* Affects only build
* And typo in pyproject.toml
]

[#9]
  • Loading branch information
hasii2011 committed Oct 22, 2024
1 parent 9b6552a commit 44b34c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',]

Expand Down
19 changes: 11 additions & 8 deletions requirements.txt
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
2 changes: 1 addition & 1 deletion src/pyutmodelv2/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = '2.1.6'
__version__: str = '2.2.0'

0 comments on commit 44b34c7

Please sign in to comment.