Skip to content

Commit e58149c

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#621)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 5f9d64a commit e58149c

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/build_and_test_library.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4040

4141
- name: "Set up Python ${{ matrix.python-version }}"
42-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545

@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
7272

7373
- name: "Set up Python ${{ matrix.python-version }}"
74-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
74+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
7575
with:
7676
python-version: ${{ env.MAIN_PYTHON_VERSION }}
7777

.github/workflows/generate_library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
SERVER_USERNAME: ${{ secrets.REPO_USER }}
4242
SERVER_PASSWORD: ${{ secrets.REPO_TOKEN }}
4343

44-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
44+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4545
with:
4646
python-version: "3.12"
4747

ansys-grantami-serverapi-openapi/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ansys-grantami-serverapi-openapi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "ansys-grantami-serverapi-openapi"
77
description = "Autogenerated client library for the Granta MI Server API."
8-
version = "5.1.0.dev881"
8+
version = "5.1.0.dev884"
99
license = "MIT"
1010
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
1111
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
@@ -36,7 +36,7 @@ requests = "^2.26.0"
3636
python-dateutil = "^2.8.2"
3737

3838
[tool.poetry.group.dev.dependencies]
39-
pytest = ">=8,<10"
39+
pytest = "^8.0.0"
4040
requests-mock = "^1.0.0"
4141
mypy = "^1.8.0"
4242

ansys-grantami-serverapi-openapi/src/ansys/grantami/serverapi_openapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__ = "5.1.0.dev881"
23+
__version__ = "5.1.0.dev884"

0 commit comments

Comments
 (0)