Skip to content

Commit

Permalink
Dependency version upgrades (#46)
Browse files Browse the repository at this point in the history
* Dependency version upgrades
* fix dependencies
* removing APIKey from tests
  • Loading branch information
vminfant authored May 22, 2023
1 parent 433b23a commit 70f20f2
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 290 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
- [ ] I have added/updated the necessary documentation for the changes.
- [ ] I have added/updated the tests for the changes.
- [ ] I have updated the poetry version. Refer [version upgrades.](https://python-poetry.org/docs/cli/#version)
- [ ] I have updated the version in `__init__.py`
- [ ] I have updated the [CHANGELOG.md](https://github.com/cognitedata/cdffs/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion cognite/cdffs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .spec import CdfFileSystem

__version__ = "0.1.1"
__version__ = "0.2.2"
__all__ = ["CdfFileSystem"]

fsspec.register_implementation(CdfFileSystem.protocol, CdfFileSystem)
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
toml==0.10.2
fsspec==2023.3.0
cognite-sdk==5.10.1
requests==2.28.2
fsspec==2023.5.0
cognite-sdk==6.1.10
requests==2.30.0
pydantic==1.10.7
Loading

0 comments on commit 70f20f2

Please sign in to comment.