Bumped dependencies.

This commit is contained in:
Patrick Lehmann
2024-04-24 23:03:08 +02:00
parent c3c6a09a9b
commit b33e0f2782
4 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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