Skip to content

Commit

Permalink
Update dependency cognite-sdk to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2023
1 parent 7c0502c commit 0d68702
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 19 deletions.
45 changes: 28 additions & 17 deletions {{cookiecutter.buildfolder}}/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 {{cookiecutter.buildfolder}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = ">=3.11,<3.13"
cookiecutter = "^2.4.0"
click = "^8.1.7"
python-dotenv = "^1.0.0"
cognite-sdk = {version = "6.39.6", extras = ["pandas"]}
cognite-sdk = {version = "7.8.6", extras = ["pandas"]}
pandas = "^2.1.1"
pyyaml = "^6.0.1"
dacite = "^1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.buildfolder}}/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
cognite-sdk[pandas]==6.39.6
cognite-sdk[pandas]==7.8.6
colorama==0.4.6
cookiecutter==2.5.0
cryptography==41.0.7
Expand Down

0 comments on commit 0d68702

Please sign in to comment.