Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mkdocs-material version for security #186

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
skip_pre-commit_hooks: pylint,pylint-tests

# pylint & safety
python_version_pylint_safety: "3.7"
python_version_pylint_safety: "3.9"
run_pylint: true
pylint_runs: |
--rcfile=pyproject.toml tripper
Expand All @@ -46,7 +46,7 @@ jobs:

# Build documentation
run_build_docs: true
python_version_docs: "3.7"
python_version_docs: "3.9"
update_python_api_ref: true
update_docs_landing_page: true
package_dirs: tripper
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docs = [
"mike ~=2.0",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.2",
"mkdocs-material >=9.5.5",
ajeklund marked this conversation as resolved.
Show resolved Hide resolved
"mkdocstrings[python-legacy] ~=0.22.0",
"EMMOntoPy ~=0.7",
"rdflib ~=6.3",
Expand Down Expand Up @@ -66,7 +66,7 @@ dev = [
"mike ~=2.0",
"mkdocs ~=1.5",
"mkdocs-awesome-pages-plugin ~=2.9",
"mkdocs-material ~=9.2",
"mkdocs-material >=9.5.5",
"mkdocstrings[python-legacy] ~=0.22.0",
"pre-commit ~=2.21",
"pylint ~=2.13",
Expand Down
Loading