Skip to content

Commit

Permalink
Fix/dependency version upgrades (#85)
Browse files Browse the repository at this point in the history
* Introducing limit option for ls
* Dependency updates
* Removed the duplicate tests
  • Loading branch information
vminfant authored Aug 1, 2023
1 parent 77d9323 commit df930c2
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 372 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,11 @@ Changes are grouped as follows
- Dependency updates for docs & source code.

[unreleased]:


## [0.2.7] - 2023-08-01

### Fixed
- Dependency updates for docs & source code to eliminate the security vulnerabilities found on the `cryptography` and `certifi` packages.

[unreleased]:
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.2.6"
__version__ = "0.2.7"
__all__ = ["CdfFileSystem"]

fsspec.register_implementation(CdfFileSystem.protocol, CdfFileSystem)
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
toml==0.10.2
fsspec==2023.6.0
cognite-sdk==6.5.8
cognite-sdk==6.12.0
requests==2.31.0
pydantic==1.10.10
pydantic==1.10.12
Loading

0 comments on commit df930c2

Please sign in to comment.