mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Bumped dependencies.
This commit is contained in:
2
.github/workflows/ArtifactCleanUp.yml
vendored
2
.github/workflows/ArtifactCleanUp.yml
vendored
@@ -36,13 +36,11 @@ on:
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
|
||||
ArtifactCleanUp:
|
||||
name: 🗑️ Artifact Cleanup
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: 🗑️ Delete package Artifacts
|
||||
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
|
||||
uses: geekyeggo/delete-artifact@v5
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
pyTooling ~= 6.1
|
||||
|
||||
# Enforce latest version on ReadTheDocs
|
||||
sphinx ~= 7.2
|
||||
sphinx ~= 7.3
|
||||
docutils ~= 0.18.0
|
||||
|
||||
# Sphinx Extenstions
|
||||
@@ -16,5 +16,5 @@ sphinxcontrib-mermaid>=0.9.2
|
||||
autoapi >= 2.0.1
|
||||
sphinx_fontawesome >= 0.0.6
|
||||
sphinx-inline-tabs >= 2023.4.21
|
||||
sphinx_autodoc_typehints >= 1.24.0
|
||||
sphinx_autodoc_typehints ~= 2.1
|
||||
# changelog>=0.3.5
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 69.0.0",
|
||||
"wheel >= 0.40.0",
|
||||
"setuptools ~= 69.5",
|
||||
"wheel ~= 0.40.0",
|
||||
"pyTooling ~= 6.1"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
@@ -8,6 +8,6 @@ pytest ~= 8.1
|
||||
pytest-cov ~= 5.0
|
||||
|
||||
# Static Type Checking
|
||||
mypy ~= 1.9
|
||||
mypy ~= 1.10
|
||||
typing_extensions ~= 4.11
|
||||
lxml ~= 5.1
|
||||
|
||||
Reference in New Issue
Block a user