Skip to content

Commit

Permalink
fix(dependencies): upgrade hyfi to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 16, 2023
1 parent 9629540 commit 68314de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .copier-hyfi-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.4.5
_commit: v0.4.6
_src_path: gh:entelecheia/hyfi-template
package_name: corprep
project_name: corporate-reputation
Expand Down
8 changes: 4 additions & 4 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 @@ -14,7 +14,7 @@ corprep = 'corprep.__cli__:main'

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
hyfi = "^1.2.7"
hyfi = "^1.2.10"
ekonlpy = "^1.1.7"

[tool.poetry.group.dev]
Expand Down
6 changes: 3 additions & 3 deletions src/corprep/conf/workflow/__init__.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @package _global_
defaults:
- /project: __init__
- /task: __init__
# - /task: __init__

_config_name_: __init__
name: __init__
verbose: false
tasks:
- task
# - task
1 change: 1 addition & 0 deletions src/corprep/conf/workflow/__test__.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# @package _global_
defaults:
- __init__
- /task@task1: __test__
Expand Down

0 comments on commit 68314de

Please sign in to comment.