Skip to content

Commit

Permalink
<>[]: <Fix fake codeallybasic dependency>
Browse files Browse the repository at this point in the history
[]

[ ]
  • Loading branch information
Humberto Sanchez II committed Jan 9, 2024
1 parent 7ae36a1 commit bdb37b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workflows:
jobs:
build:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11
executor: python/default
steps:
- checkout
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ authors = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@gmail
maintainers = [{name = 'Humberto A. Sanchez II', email = 'Humbert.A.Sanchez.II@gmail.com'}]
keywords = ['pyut', 'external model', 'python',]

dependencies = [
'codeallybasic==0.5.2',
]
dependencies = []

[project.urls]
Repository = 'https://github.com/hasii2011/pyutmodelv2'
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
wheel==0.42.0
setuptools==69.0.2
setuptools==69.0.3
twine==4.0.2
build==1.0.3
html-testRunner~=1.2.1
mypy==1.7.1
mypy==1.8.0

mypy-extensions==1.0.0
types-setuptools==69.0.0.0
types-setuptools==69.0.0.20240106
typing_extensions==4.9.0

buildlackey==1.6.2
buildlackey==1.6.3

codeallybasic==0.5.2
codeallybasic==1.0.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.0.0'
__version__: str = '2.0.1'

0 comments on commit bdb37b7

Please sign in to comment.