Nectl

Latest version: v0.19.3

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

Scan your dependencies

Page 2 of 7

0.18.1

Fix

* fix(deps): bump cryptography from 41.0.3 to 41.0.4 (20)

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)

---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com>
Co-authored-by: Adam Kirchberger <24639394+adamkirchbergerusers.noreply.github.com> ([`8c6d0b6`](https://github.com/adamkirchberger/nectl/commit/8c6d0b6231bfaf19a41807627c1e0537a2d540ab))

0.18.0

Feature

* feat: discovered hosts returned as dict (25)

* feat: discovered hosts returned as dict ([`62ef067`](https://github.com/adamkirchberger/nectl/commit/62ef067ae25f23a41a34eb0556572dcd8caed6b3))

0.17.1

Fix

* fix: configs get command not fetching backups (24) ([`eee07fc`](https://github.com/adamkirchberger/nectl/commit/eee07fc8c80474fd8bc0d4a75e4f6d65013835d6))

0.17.0

Feature

* feat: add external api and ssh key argument (23)

* feat: add nectl api to allow integration into other tools

* fix: add ssh private key argument

* refactor: types and docstrings

* chore: remove eol python3.7 and update lock deps

* fix: dpath and pydantic new version changes ([`1107ac4`](https://github.com/adamkirchberger/nectl/commit/1107ac4caf5e76fc584490da7943179ccaf05d4f))

0.16.3

Chore

* chore(deps): bump requests from 2.28.1 to 2.31.0 (16)

Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com>
Co-authored-by: Adam Kirchberger <24639394+adamkirchbergerusers.noreply.github.com> ([`43a3f13`](https://github.com/adamkirchberger/nectl/commit/43a3f134945557f9bf45c12a943ad40b5b337c00))

Fix

* fix(deps): bump cryptography from 37.0.2 to 41.0.3 (17)

Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/37.0.2...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com>
Co-authored-by: Adam Kirchberger <24639394+adamkirchbergerusers.noreply.github.com> ([`e053c23`](https://github.com/adamkirchberger/nectl/commit/e053c231b16b207dbec1fe2d7ebf6a537d6fdf85))

0.16.2

Chore

* chore(deps): bump certifi from 2022.12.7 to 2023.7.22

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`276c638`](https://github.com/adamkirchberger/nectl/commit/276c6388092928f2cdf902ed5b08112b99b8d985))

* chore(deps): bump certifi from 2022.6.15 to 2022.12.7

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.6.15 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.06.15...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`63a44de`](https://github.com/adamkirchberger/nectl/commit/63a44de2d520209c14be4ca3cfb2e00746bbb619))

Ci

* ci: update release ([`135527e`](https://github.com/adamkirchberger/nectl/commit/135527e9cfda4c04c7d02f07e232f5ada1fab447))

* ci: update workflows ([`bd7d7bc`](https://github.com/adamkirchberger/nectl/commit/bd7d7bc0fe27dabf9f64c7e02352e67438df758e))

Documentation

* docs: correct kit config file name ([`fd8345a`](https://github.com/adamkirchberger/nectl/commit/fd8345aeb04f95d9aa9c1f4e86259ed82fe58147))

* docs: add mention of napalm driver ([`42a5deb`](https://github.com/adamkirchberger/nectl/commit/42a5deb1f2750415b569739cf455590893d7aa94))

Fix

* fix(deps): bump future from 0.18.2 to 0.18.3 (18)

Bumps [future](https://github.com/PythonCharmers/python-future) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/PythonCharmers/python-future/releases)
- [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst)
- [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3)

---
updated-dependencies:
- dependency-name: future
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com>
Co-authored-by: Adam Kirchberger <24639394+adamkirchbergerusers.noreply.github.com> ([`8d92db3`](https://github.com/adamkirchberger/nectl/commit/8d92db31e700b323d308ee828a9cfdff0eb7c2a1))

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.