Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ston14 committed Aug 19, 2024
2 parents 7225b35 + 5c72865 commit 97c1610
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ doc = [
]

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest = "^7.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pathlib import Path

DUMP_FILE = Path("../ch2.dmp")
DUMP_FILE = Path("./data/dump.raw")

0 comments on commit 97c1610

Please sign in to comment.