Cdsetool

Latest version: v0.2.13

Safety actively analyzes 688238 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.13

What's Changed
* build(deps): update pyjwt[crypto] requirement from ~=2.8.0 to >=2.8,<2.10 by dependabot in https://github.com/CDSETool/CDSETool/pull/171
* build(deps): bump black from 24.4.2 to 24.8.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/172
* build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/174
* build(deps): bump pylint from 3.2.6 to 3.2.7 by dependabot in https://github.com/CDSETool/CDSETool/pull/173
* download: reformat with latest black by pjonsson in https://github.com/CDSETool/CDSETool/pull/178
* Drop Python 3.8 support by pjonsson in https://github.com/CDSETool/CDSETool/pull/179
* tests: remove unused imports by pjonsson in https://github.com/CDSETool/CDSETool/pull/186
* build(deps): bump black from 24.8.0 to 24.10.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/191
* query_feature: retry on HTTP errors by pjonsson in https://github.com/CDSETool/CDSETool/pull/183
* Append .zip to .SAFE instead of replacing it. Treat Sentinel 3 files accordingly by fbalaban in https://github.com/CDSETool/CDSETool/pull/184
* build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.3 by dependabot in https://github.com/CDSETool/CDSETool/pull/190
* build(deps): bump pylint from 3.2.7 to 3.3.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/189
* gitignore: add VSCode/PyCharm dirs by pjonsson in https://github.com/CDSETool/CDSETool/pull/182
* tests: remove type check test by pjonsson in https://github.com/CDSETool/CDSETool/pull/181
* build(deps): bump pytest from 8.3.2 to 8.3.3 by dependabot in https://github.com/CDSETool/CDSETool/pull/177
* Use Ruff instead of black by pjonsson in https://github.com/CDSETool/CDSETool/pull/185
* chore: bump version to 0.2.13 by subnet001 in https://github.com/CDSETool/CDSETool/pull/193

New Contributors
* fbalaban made their first contribution in https://github.com/CDSETool/CDSETool/pull/184

**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.12...v0.2.13

0.2.12

What's Changed
* download: log message on token expiry by pjonsson in https://github.com/CDSETool/CDSETool/pull/154
* build(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/155
* build(deps): bump pylint from 3.2.2 to 3.2.3 by dependabot in https://github.com/CDSETool/CDSETool/pull/153
* query: fix Python 3.12 warning by pjonsson in https://github.com/CDSETool/CDSETool/pull/157
* credentials: retry more to login by pjonsson in https://github.com/CDSETool/CDSETool/pull/162
* download: log message on token connection error by pjonsson in https://github.com/CDSETool/CDSETool/pull/167
* build(deps): bump pytest from 8.2.1 to 8.3.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/165
* build(deps): bump pylint from 3.2.3 to 3.2.6 by dependabot in https://github.com/CDSETool/CDSETool/pull/166
* pyproject: fix project URLs by pjonsson in https://github.com/CDSETool/CDSETool/pull/163
* cli: add script entry point by pjonsson in https://github.com/CDSETool/CDSETool/pull/160
* cli: give help with no args by pjonsson in https://github.com/CDSETool/CDSETool/pull/159
* download: close/flush before copy by pjonsson in https://github.com/CDSETool/CDSETool/pull/164
* build(deps): bump pytest from 8.3.1 to 8.3.2 by dependabot in https://github.com/CDSETool/CDSETool/pull/169
* Add temp directory (discussion windows bug fixes) by LattaruoloAndrea in https://github.com/CDSETool/CDSETool/pull/168
* chore: bump version to 0.2.12 by subnet001 in https://github.com/CDSETool/CDSETool/pull/170


**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.11...v0.2.12

0.2.11

What's Changed
* logger: add missing method by pjonsson in https://github.com/CDSETool/CDSETool/pull/138
* logger: align methods with Logger by pjonsson in https://github.com/CDSETool/CDSETool/pull/147
* Chore: Relax dependency less than requirements by pedep in https://github.com/CDSETool/CDSETool/pull/146
* build(deps): bump pytest from 8.2.0 to 8.2.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/143
* query: detect error condition by pjonsson in https://github.com/CDSETool/CDSETool/pull/139
* Add type annotations by pjonsson in https://github.com/CDSETool/CDSETool/pull/141
* logger_test: allocate object before call by pjonsson in https://github.com/CDSETool/CDSETool/pull/140
* Chore: Run pyright as github action by pedep in https://github.com/CDSETool/CDSETool/pull/148


**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.10...v0.2.11

0.2.10

What's Changed
* credentials: set precise expire times by pjonsson in https://github.com/CDSETool/CDSETool/pull/116
* query: re-use session/retry logic from credentials by pjonsson in https://github.com/CDSETool/CDSETool/pull/121
* build(deps): bump pylint from 3.1.0 to 3.1.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/136
* build(deps): bump pylint from 3.1.1 to 3.2.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/137
* build(deps): bump pylint from 3.2.0 to 3.2.2 by dependabot in https://github.com/CDSETool/CDSETool/pull/144

Security

* build(deps): update requests requirement from <2.32.0,>=2.28.1 to >=2.28.1,<2.33.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/145
* fixes [CVE-2024-35195](https://github.com/advisories/GHSA-9wx4-h78v-vm56)

**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.9...v0.2.10

0.2.9

Not secure
What's Changed
* dependabot: run on a daily basis by pjonsson in https://github.com/CDSETool/CDSETool/pull/109
* build(deps-dev): update typer requirement from ~=0.9.0 to >=0.9,<0.11 by dependabot in https://github.com/CDSETool/CDSETool/pull/111
* build(deps-dev): bump pytest-mock from 3.12.0 to 3.14.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/110
* build(deps-dev): update typer requirement from <0.11,>=0.9 to >=0.9,<0.13 by dependabot in https://github.com/CDSETool/CDSETool/pull/119
* build(deps-dev): bump requests-mock from 1.11.0 to 1.12.1 by dependabot in https://github.com/CDSETool/CDSETool/pull/118
* build(deps): bump pytest from 8.1.1 to 8.2.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/130
* download: retry connection errors by pjonsson in https://github.com/CDSETool/CDSETool/pull/124
* build(deps): bump black from 24.3.0 to 24.4.2 by dependabot in https://github.com/CDSETool/CDSETool/pull/129
* Retry on ExpiredSignatureError by pjonsson in https://github.com/CDSETool/CDSETool/pull/133
* credentials: force initial token refresh by pjonsson in https://github.com/CDSETool/CDSETool/pull/123
* credentials: retry 500/502 response by pjonsson in https://github.com/CDSETool/CDSETool/pull/120
* credentials: ask oidc-config for signing algos by pjonsson in https://github.com/CDSETool/CDSETool/pull/115
* build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/CDSETool/CDSETool/pull/112


**Full Changelog**: https://github.com/CDSETool/CDSETool/compare/v0.2.8...v0.2.9

0.2.8

Not secure
What's Changed
* download: inline single-use variable by pjonsson in https://github.com/SDFIdk/CDSETool/pull/103
* Fix: Edge-case futures are not filling above water level by pedep in https://github.com/SDFIdk/CDSETool/pull/104
* Bump black from 24.2.0 to 24.3.0 by dependabot in https://github.com/SDFIdk/CDSETool/pull/105
* download: retry token connection errors by pjonsson in https://github.com/SDFIdk/CDSETool/pull/106
* query: check return value of get by pjonsson in https://github.com/SDFIdk/CDSETool/pull/107
* Bump pylint from 3.0.3 to 3.1.0 by dependabot in https://github.com/SDFIdk/CDSETool/pull/85


**Full Changelog**: https://github.com/SDFIdk/CDSETool/compare/v0.2.7...v0.2.8

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.