Skip to content

Bump python-logstash-async from 2.5.0 to 4.1.0 in /cvat/requirements#10835

Open
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/pip/cvat/requirements/python-logstash-async-4.1.0
Open

Bump python-logstash-async from 2.5.0 to 4.1.0 in /cvat/requirements#10835
dependabot[bot] wants to merge 2 commits into
developfrom
dependabot/pip/cvat/requirements/python-logstash-async-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps python-logstash-async from 2.5.0 to 4.1.0.

Release notes

Sourced from python-logstash-async's releases.

4.1.0

  • Fix handling already closed sockets on shutdown
  • Support setting "ssl_verify_flags" to override Python's default

4.0.2

  • Fix hang on socket errors by not using the logging system
  • Do not try to "shutdown" UDP sockets (#107, #108).

4.0.1

  • Properly require Python >= 3.11. The previous release had a wrong requirement set unfortunately.

4.0.0

  • Breaking change: drop support for 3.8, 3.9 and 3.10.
  • Catch errors on TCP/UDP socket closing to prevent requeuing of events (#98, #100).
  • Add new setting to configure batch sizes for Beats transport (#93).
  • Support URL path in HttpTransport (#103, Seyyed Mohammad Borghei).
  • LogstashFormatter: Move top_level_field_set creation to init to ease setting FORMATTER_LOGSTASH_MESSAGE_FIELD_LIST after importing the formatter class (#96, #97, feliixx).

3.0.0

  • Add ECS (Elastic Common Schema) formatter support (#91, Andrii Lahuta).
  • On closing UDP/TCP socket, make sure it is reset (#89, #92).
  • Ensure to not check for socket write buffer if disabled.

2.7.2

  • Implement get_non_flushed_event_count() for MemoryCache (#88).

2.7.1

  • Wait for empty socket write buffer only if "fnctl" is available (#82).
  • Wait at most 30s for empty socket write buffer (#83).
  • Read pending events from database on startup for immediate flushing (#85).

2.7.0

  • Add a wait until all data is sent, before closing socket on TCP transport (#81, Alisher Nazarkhanov).
  • Explicitly shutdown the socket connection in Udp/TcpTransport to prevent peer connection errors.
  • Implement optional database VACUUM on shutdown (#80).

2.6.0

  • Load certificate chain only if a certificate was specified (#79).
  • Handle network errors raised by "requests" in HttpTransport (#75).
Commits
  • 04a1604 Version bump
  • 920083b Fix handling already closed sockets on shutdown
  • 2935c07 Support setting "ssl_verify_flags" to override Python's default
  • 212c157 Add Python 3.13 to test matrix
  • 8b3da12 Merge pull request #115 from eht16/dependabot/github_actions/actions/setup-py...
  • 55d079e Bump actions/setup-python from 5 to 6
  • 64ae73d Merge pull request #114 from eht16/dependabot/github_actions/actions/checkout-5
  • e4dd926 Bump actions/checkout from 4 to 5
  • 507208e Version bump
  • 6de57d1 Do not try to "shutdown" UDP sockets
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [python-logstash-async](https://github.com/eht16/python-logstash-async) from 2.5.0 to 4.1.0.
- [Release notes](https://github.com/eht16/python-logstash-async/releases)
- [Commits](eht16/python-logstash-async@2.5.0...4.1.0)

---
updated-dependencies:
- dependency-name: python-logstash-async
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 25, 2026
@dependabot dependabot Bot requested a review from SpecLad as a code owner June 25, 2026 18:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants