Skip to content

Commit

Permalink
Fix/dependency versions (#56)
Browse files Browse the repository at this point in the history
* security updates
* deployment updates
  • Loading branch information
vminfant authored May 25, 2023
1 parent 70f20f2 commit ac65217
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 92 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,18 @@ Changes are grouped as follows
- Poetry version upgrade

[unreleased]:

## [0.2.2] - 2023-05-22

### Fixed
- Dependency updates for docs & source code.

[unreleased]:

## [0.2.3] - 2023-05-25

### Fixed
- Dependency updates for docs & source code.
- Security fixes for requests package.

[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.2"
__version__ = "0.2.3"
__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.5.0
cognite-sdk==6.1.10
requests==2.30.0
pydantic==1.10.7
requests==2.31.0
pydantic==1.10.8
Loading

0 comments on commit ac65217

Please sign in to comment.