Skip to content

Commit

Permalink
Merge branch 'main' into feat/export-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Gryfenfer97 authored Sep 5, 2023
2 parents a01f89c + 83a02b6 commit e6f2fe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.24.1
rev: 0.26.3
hooks:
- id: check-github-workflows

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ dependencies = [

[project.optional-dependencies]
tests = [
"pytest==7.4.0",
"pytest==7.4.1",
"pytest-cov==4.1.0",
"pyfakefs==5.2.3",
"pyfakefs==5.2.4",
]

doc = [
"Sphinx==7.1.2",
"Sphinx==7.2.5",
"numpydoc==1.5.0",
"ansys-sphinx-theme==0.10.4",
"ansys-sphinx-theme==0.10.6",
"sphinx-copybutton==0.5.2",
]

build = [
"build==0.10.0",
"build==1.0.0",
"twine==4.0.2",
]

Expand Down

0 comments on commit e6f2fe2

Please sign in to comment.