Skip to content

Commit

Permalink
Merge branch 'master' into get_datatype_class
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis authored Dec 4, 2024
2 parents 4005dd5 + 9a5bdb0 commit 21209fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.python-version == '3.9' && github.repository == 'emmo-repo/EMMOntoPy'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
name: Blacken

- repo: https://github.com/PyCQA/bandit
rev: '1.7.10'
rev: '1.8.0'
hooks:
- id: bandit
args: [-r]
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pre-commit>=2.21.0,<3; python_version<"3.9"
pre-commit~=4.0; python_version>="3.9"
pylint~=2.17; python_version<"3.8"
pylint==3.2.7; python_version=="3.8"
pylint==3.2.7; python_version=="3.8" # dependabot: ignore
pylint~=3.3; python_version>="3.9"
pytest~=7.4; python_version<"3.8"
pytest~=8.3; python_version>="3.8"
Expand Down
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ mkdocs-awesome-pages-plugin~=2.9
mkdocs-material~=9.5; python_version>="3.8"
mkdocs-material~=9.2; python_version<"3.8"
mkdocstrings[python-legacy]~=0.26.2; python_version>="3.9"
mkdocstrings[python-legacy]==0.26.1; python_version=="3.8"
mkdocstrings[python-legacy]==0.26.1; python_version=="3.8" # dependabot: ignore
mkdocstrings[python-legacy]~=0.22.0; python_version<"3.8"

0 comments on commit 21209fd

Please sign in to comment.