Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Updates the requirements on l9format to permit the latest version.

Release notes

Sourced from l9format's releases.

v1.4.0

Release v1.4.0

Changelog

Sourced from l9format's changelog.

[1.4.0] - 2026-02-09

Added

  • Add 16 protocol-specific event types: L9SSHEvent, L9VNCEvent, L9FTPEvent, L9SMTPEvent, L9TelnetEvent, L9RedisEvent, L9MySQLEvent, L9PostgreSQLEvent, L9MongoDBEvent, L9MemcachedEvent, L9AMQPEvent, L9LDAPEvent, L9SIPEvent, L9RDPEvent, L9DNSEvent, L9RTSPEvent ([8f45e82], #18)
  • Extend L9SSHEvent with enumeration fields for host keys, algorithms, and KEX methods ([8f45e82], #18)
  • Add 32 round-trip and serialization tests covering to_dict(), Decimal field serialize/deserialize, and serde None-omission behavior ([d554f1e], #24)
  • Add py.typed marker for PEP 561 compliance ([7f49ff5], #31)
  • Add field-level assertions to deserialization tests ([cbea4fc], #26)
  • Add 34 edge-case and validation tests covering missing fields, null values, empty strings, boundary integers, malformed datetimes/decimals, and nested validation ([1ca6e4d], #33)

Changed

  • Bump minimum Python version from 3.13 to 3.11 for datetime.fromisoformat UTC suffix support ([82245e9], #18)
  • Version bump to 1.4.0 ([8f45e82], #18)
  • Use importlib.metadata.version() for __version__, single source of truth in pyproject.toml ([3547e22], #22)
  • Re-export all public models from __init__.py and define __all__ ([1dcfbef], #21)
  • Tests now import from l9format package directly instead of l9format.l9format ([e8aef2e], #21)
  • Use pytest.mark.parametrize for ip4scout tests so each file is a distinct test case ([ac4744e], #32)

Fixed

  • Fix leaked file handles in tests using context managers ([b66a6f5], #25)
  • Fix Decimal.normalize() stripping trailing zeros, breaking round-trip serialization; add regression test ([28c76f1], [0130743], #28)
  • Add return type annotations to test functions for mypy compliance ([cd74b55], #43)
  • Fix typo in test name: test_l9events_form_ip4scout -> test_l9events_from_ip4scout ([0d8736e], #27)

Infrastructure

  • CI: drop Python 3.10 from test matrix ([82245e9], #18)
  • Add mypy type checking with serde-compatible configuration ([fac243d], #16)
  • Add .editorconfig for consistent editor settings ([fac243d], #16)

... (truncated)

Commits
  • 6a6967f Merge pull request #48 from LeakIX/parametrize-ip4scout-tests
  • 398fbe1 CHANGELOG: parametrize ip4scout tests (#32)
  • ac4744e refactor: use pytest.mark.parametrize for ip4scout tests
  • 7b90670 Merge pull request #47 from LeakIX/add-round-trip-tests
  • 0319a6f CHANGELOG: add round-trip and serialization tests (#24)
  • d554f1e test: add round-trip and serialization tests
  • 7077cc0 Merge pull request #46 from LeakIX/add-py-typed-marker
  • b6edc03 CHANGELOG: add py.typed marker (#31)
  • 7f49ff5 feat: add py.typed marker for PEP 561 compliance
  • c6d7e77 Merge pull request #45 from LeakIX/fix-mypy-test-annotations
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [l9format](https://github.com/leakix/l9format-python) to permit the latest version.
- [Release notes](https://github.com/leakix/l9format-python/releases)
- [Changelog](https://github.com/LeakIX/l9format-python/blob/main/CHANGELOG.md)
- [Commits](LeakIX/l9format-python@1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: l9format
  dependency-version: 1.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants