From ce89631e6543415f26f209c4ab4a141bdfdbecca Mon Sep 17 00:00:00 2001 From: Andy Grigg Date: Thu, 2 May 2024 12:15:35 -0400 Subject: [PATCH] Prepare 1.2.0 release (#252) Co-authored-by: pyansys-ci-bot --- .github/workflows/ci_cd.yml | 1 - doc/changelog.d/253.dependencies.md | 1 + poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 doc/changelog.d/253.dependencies.md diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e04216d8..9d8064a1 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -35,7 +35,6 @@ jobs: - uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - vale-version: "2.29.6" doc-build: name: "Build documentation (mock examples)" diff --git a/doc/changelog.d/253.dependencies.md b/doc/changelog.d/253.dependencies.md new file mode 100644 index 00000000..7e4787e5 --- /dev/null +++ b/doc/changelog.d/253.dependencies.md @@ -0,0 +1 @@ +Update openapi-common to v2.0.1 \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 7a3a6ed6..3d502002 100644 --- a/poetry.lock +++ b/poetry.lock @@ -42,18 +42,18 @@ requests = ">=2.26.0,<3.0.0" [[package]] name = "ansys-openapi-common" -version = "2.0.0" +version = "2.0.1" description = "Provides a helper to create sessions for use with Ansys OpenAPI clients." optional = false -python-versions = ">=3.9,<4.0" +python-versions = "<4.0,>=3.9" files = [ - {file = "ansys_openapi_common-2.0.0-py3-none-any.whl", hash = "sha256:88def777b8d394051e6674c8a16ab47c0081d70897d64aec30faecf3848a4680"}, - {file = "ansys_openapi_common-2.0.0.tar.gz", hash = "sha256:780c22e8715d63a259eac51011f9f353f43f41fd7da16f74872b17d4d9341fb5"}, + {file = "ansys_openapi_common-2.0.1-py3-none-any.whl", hash = "sha256:e9719eeb3ca5f3a980543ce085ab30dffc1dd46b3f571609291e2fc2933d05bf"}, + {file = "ansys_openapi_common-2.0.1.tar.gz", hash = "sha256:9dbe0024a2d2be230d202000b9fb7689dda221a10bef15852392528c0920d98f"}, ] [package.dependencies] pyparsing = ">=3.0.8,<4.0.0" -python-dateutil = ">=2.6.1,<3.0.0" +python-dateutil = ">=2.9,<3.0" requests = ">=2.26,<3.0" requests-negotiate-sspi = {version = ">=0.5.2,<0.6.0", markers = "sys_platform == \"win32\""} requests-ntlm = ">=1.1.0,<2.0.0" @@ -1539,13 +1539,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "python-dateutil" -version = "2.8.2" +version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, - {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, + {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, + {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 3a5e6cd8..6bc54aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-grantami-recordlists" -version = "1.2.0b0" +version = "1.2.0" description = "A python wrapper for the Granta MI RecordLists API" license = "MIT" authors = ["ANSYS, Inc. "] @@ -14,7 +14,7 @@ readme = "README.rst" repository = "https://github.com/ansys/grantami-recordlists" documentation = "https://recordlists.grantami.docs.pyansys.com" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",