From bdb37b70027029d2d85535dc52565b2334b567cf Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Mon, 8 Jan 2024 22:50:31 -0600 Subject: [PATCH] <>[]: [] [ ] --- .circleci/config.yml | 2 +- pyproject.toml | 4 +--- requirements.txt | 10 +++++----- src/pyutmodelv2/_version.py | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 272d160..6039d62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ workflows: jobs: build: docker: - - image: cimg/python:3.10 + - image: cimg/python:3.11 executor: python/default steps: - checkout diff --git a/pyproject.toml b/pyproject.toml index 8b2cbd1..e1988ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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' diff --git a/requirements.txt b/requirements.txt index 95dca09..81631a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/src/pyutmodelv2/_version.py b/src/pyutmodelv2/_version.py index 222d05c..95efaa4 100644 --- a/src/pyutmodelv2/_version.py +++ b/src/pyutmodelv2/_version.py @@ -1 +1 @@ -__version__: str = '2.0.0' +__version__: str = '2.0.1'