2 Commits

Author SHA1 Message Date
Normann
be2ff5ea3d Update pyproject.toml 2025-03-23 22:04:20 +01:00
Normann
54f78fbc49 Python req. to 3.11 for sphinx update 2025-03-23 22:03:38 +01:00
2 changed files with 1 additions and 10 deletions

View File

@@ -5,16 +5,7 @@
version: 2
updates:
# Update dependencies on the main branch
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "main" # Target the main branch
# Update dependencies on the feature/config-nested branch
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: "feature/config-nested" # Target the specific feature branch

View File

@@ -2,7 +2,7 @@
gitpython==3.1.44
linkify-it-py==2.0.3
myst-parser==4.0.1
sphinx==8.2.3
sphinx==8.1.3
sphinx_rtd_theme==3.0.2
sphinx-tabs==3.4.7
pytest==8.3.5