Skip to content

chore(deps): bump aiorwlock from 1.5.0 to 1.5.1#305

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/aiorwlock-1.5.1
Open

chore(deps): bump aiorwlock from 1.5.0 to 1.5.1#305
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/uv/dev/aiorwlock-1.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps aiorwlock from 1.5.0 to 1.5.1.

Release notes

Sourced from aiorwlock's releases.

v1.5.1

  • Fixed a cross-event-loop race condition in lock acquisition.
  • Fixed a deadlock that could occur when tasks are cancelled.
  • Implemented __slots__.
Changelog

Sourced from aiorwlock's changelog.

1.5.1 (2026-02-20) ^^^^^^^^^^^^^^^^^^

  • Fixed a cross-event-loop race condition in lock acquisition.
  • Fixed a deadlock that could occur when tasks are cancelled.
  • Implemented __slots__.

1.4.0 (2024-01-20) ^^^^^^^^^^^^^^^^^^

  • Lazily evaluate current loop to allow instantiating lock outside of async functions.
  • Support Python 3.11 and 3.12.
  • Drop Python 3.7 support.

1.3.0 (2022-01-18) ^^^^^^^^^^^^^^^^^^

  • Dropped Python 3.6 support
  • Python 3.10 is officially supported
  • Drop deprecated loop parameter from RWLock constructor

1.2.0 (2021-11-09) ^^^^^^^^^^^^^^^^^^

  • Fix a bug that makes concurrent writes possible under some (rare) conjunctions (#235)

1.1.0 (2021-09-27) ^^^^^^^^^^^^^^^^^^

  • Remove explicit loop usage in asyncio.sleep() call, make the library forward compatible with Python 3.10

1.0.0 (2020-12-32) ^^^^^^^^^^^^^^^^^^

  • Fix a bug with cancelation during acquire #170 (thanks @​romasku)

  • Deprecate passing explicit loop argument to RWLock constructor

  • Deprecate creation of RWLock instance outside of async function context

  • Minimal supported version is Python 3.6

  • The library works with Python 3.8 and Python 3.9 seamlessly

0.6.0 (2018-12-18) ^^^^^^^^^^^^^^^^^^

  • Wake up all readers after writer releases lock #60 (thanks @​ranyixu)

... (truncated)

Commits

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 [aiorwlock](https://github.com/aio-libs/aiorwlock) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/aio-libs/aiorwlock/releases)
- [Changelog](https://github.com/aio-libs/aiorwlock/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiorwlock@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: aiorwlock
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 2, 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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants