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 Nov 17, 2024
1 parent 2ae3d7b commit 9400300
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 36 deletions.
79 changes: 45 additions & 34 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.65.0", 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.65.0
colorama==0.4.6
cookiecutter==2.5.0
cryptography==41.0.7
Expand Down

0 comments on commit 9400300

Please sign in to comment.