Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dill serializer support added #4

Open
wants to merge 157 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2022

  1. Add github CI (aio-libs#557)

    * Add github CI
    
    * Remove .travis.yml
    Mark90 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    5f3bbcc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    a274196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02782c2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Test keys refactoring (aio-libs#572)

    Co-authored-by: Stanislav Bushuev <[email protected]>
    citramon and Stanislav Bushuev committed May 12, 2022
    Configuration menu
    Copy the full SHA
    760ccab View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    0b55407 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    485040c View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. [Bugfix] Add redis-py >= 4.2.0 support (aio-libs#546)

    * Add aioredis 2.x support
    
    The redis backend in aiocache only supports aioredis 2.x now.
    
    aioredis 2.x is refactored based on redis-py, which introduces
    breaking changes. The conn, pool management in our redis backend
    is redundant and dropped now.
    
    * Switch redis backend dependency from aioredis to redis.asyncio
    
    `redis>=4.2.0` merge async support from `aioredis`.
    Considering `redis` is bettern maintained and updated, let's switch
    from `aioredis` to `redis`.
    
    * Remove obsolete code for redis backend
    
    * Fix connection pool size and performance tests for redis backend
    
    * Update docs and tox.ini after swithing to redis-py
    
    * Fix linting error and skip performance tests
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update aiocache/backends/redis.py
    
    * Update redis.py
    
    * Update redis.py
    
    * Update redis.py
    
    * Update redis.py
    
    * Update conftest.py
    
    Co-authored-by: Sam Bull <[email protected]>
    laggardkernel and Dreamsorcerer committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fa80aa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06877e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    2d91b7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a40ce8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    2280bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6276bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc603d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c828b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f57b7bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7fc1d1 View commit details
    Browse the repository at this point in the history
  7. Bump actions/cache from 2 to 3 (aio-libs#596)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c35ade3 View commit details
    Browse the repository at this point in the history
  8. Bump flake8-bugbear from 22.1.11 to 22.12.6 (aio-libs#599)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7745c6c View commit details
    Browse the repository at this point in the history
  9. Bump mypy from 0.940 to 0.991 (aio-libs#602)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    61ad922 View commit details
    Browse the repository at this point in the history
  10. Bump pytest-mock from 3.7 to 3.10.0 (aio-libs#603)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f48eb9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b79ad1 View commit details
    Browse the repository at this point in the history
  12. Bump actions/checkout from 2 to 3 (aio-libs#598)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    bb8e7b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    742926f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94787df View commit details
    Browse the repository at this point in the history
  15. Bump codecov/codecov-action from 2 to 3 (aio-libs#594)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f51335a View commit details
    Browse the repository at this point in the history
  16. Bump pre-commit/action from 2.0.3 to 3.0.0 (aio-libs#595)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fea144c View commit details
    Browse the repository at this point in the history
  17. Bump flake8-bandit from 3.0.0 to 4.1.1 (aio-libs#597)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Bull <[email protected]>
    dependabot[bot] and Dreamsorcerer committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    51d071e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    77976b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    42293ea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e64ff89 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    781af66 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Bump dependabot/fetch-metadata from 1.1.0 to 1.3.5 (aio-libs#612)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    8d6f7df View commit details
    Browse the repository at this point in the history
  2. Bump py-actions/py-dependency-install from 3 to 4 (aio-libs#611)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    54a7738 View commit details
    Browse the repository at this point in the history
  3. Bump pytest-cov from 3.0.0 to 4.0.0 (aio-libs#614)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    a75b4de View commit details
    Browse the repository at this point in the history
  4. Bump marshmallow from 3.15 to 3.19.0 (aio-libs#613)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    444bbab View commit details
    Browse the repository at this point in the history
  5. Bump types-ujson from 4.2.1 to 5.6.0.0 (aio-libs#616)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    823a7b8 View commit details
    Browse the repository at this point in the history
  6. Bump flake8-import-order from 0.18.1 to 0.18.2 (aio-libs#615)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    d1a29b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8b169e View commit details
    Browse the repository at this point in the history
  8. Bump pytest from 7.0.1 to 7.2.0 (aio-libs#601)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    84d9263 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    5b46fc5 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    Dreamsorcerer committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2abe6b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b839ab View commit details
    Browse the repository at this point in the history
  4. Bump types-redis from 4.3.21.6 to 4.3.21.7 (aio-libs#621)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    89d01e4 View commit details
    Browse the repository at this point in the history
  5. Bump flake8-requirements from 1.5.3 to 1.7.5 (aio-libs#620)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    0482773 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efddd3b View commit details
    Browse the repository at this point in the history
  7. Bump flake8 from 5.0.4 to 6.0.0 (aio-libs#622)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    4d25811 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    076ac89 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Bump types-redis from 4.3.21.7 to 4.4.0.0 (aio-libs#630)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Bull <[email protected]>
    dependabot[bot] and Dreamsorcerer committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    75d85a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Bump redis from 4.4.0 to 4.4.1 (aio-libs#631)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cc43e3d View commit details
    Browse the repository at this point in the history
  2. Bump types-ujson from 5.6.0.0 to 5.7.0.0 (aio-libs#632)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    5426793 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    2cc74f7 View commit details
    Browse the repository at this point in the history
  2. Use base.ensure_key() in _build_key() to ensure consistency of en…

    …um keys between different Python versions (aio-libs#635)
    padraic-shafer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c4fc8ba View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    8267459 View commit details
    Browse the repository at this point in the history
  2. Bump redis from 4.4.1 to 4.4.2 (aio-libs#639)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f944b09 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Bump flake8-requirements from 1.7.5 to 1.7.6 (aio-libs#642)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    71c2708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f6f3ae View commit details
    Browse the repository at this point in the history
  3. Fix release

    Dreamsorcerer committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7dd7a28 View commit details
    Browse the repository at this point in the history
  4. Fix release

    Dreamsorcerer committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    dcc77eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    651cde3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0dc565 View commit details
    Browse the repository at this point in the history
  7. Update ci.yml

    Dreamsorcerer committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    349cf86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb7df4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2d91c3 View commit details
    Browse the repository at this point in the history
  10. FIX: preserve original keys after key_builder transformation (aio-lib…

    …s#564)
    
    Co-authored-by: Hai Zhou <[email protected]>
    Co-authored-by: Sam Bull <[email protected]>
    3 people committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5007dc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    79c3f70 View commit details
    Browse the repository at this point in the history
  2. Update MANIFEST.in

    Dreamsorcerer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    0e904c5 View commit details
    Browse the repository at this point in the history
  3. Update conf.py

    Dreamsorcerer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    7d1b758 View commit details
    Browse the repository at this point in the history
  4. Update conf.py

    Dreamsorcerer committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    44ae068 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cedbb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Bump pytest from 7.2.0 to 7.2.1 (aio-libs#648)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9f67ac5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Bump types-redis from 4.4.0.0 to 4.4.0.2 (aio-libs#650)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    155b465 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Bump types-redis from 4.4.0.2 to 4.4.0.3 (aio-libs#651)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c916bab View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update .codecov.yml

    Dreamsorcerer committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    a13fabe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump types-redis from 4.4.0.3 to 4.4.0.4 (aio-libs#653)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fe05c7f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (aio-libs#654)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    76284ec View commit details
    Browse the repository at this point in the history
  2. Bump aio-libs/create-release from 1.3.3 to 1.6.6 (aio-libs#655)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    929cf41 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Bump types-redis from 4.4.0.4 to 4.4.0.5 (aio-libs#656)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e4864d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Bump types-redis from 4.4.0.5 to 4.4.0.6 (aio-libs#657)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5d5e939 View commit details
    Browse the repository at this point in the history
  2. Bump flake8-requirements from 1.7.6 to 1.7.7 (aio-libs#658)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2eaac48 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Bump redis from 4.4.2 to 4.5.1 (aio-libs#660)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2db6a39 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 0.991 to 1.0.0 (aio-libs#659)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    f9ec685 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Introduce skip_cache_func (aio-libs#652)

    Co-authored-by: Vitaly Petrov <[email protected]>
    Co-authored-by: Sam Bull <[email protected]>
    3 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7c80a0f View commit details
    Browse the repository at this point in the history
  2. Bump flake8-bugbear from 22.12.6 to 23.1.14 (aio-libs#647)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Bull <[email protected]>
    Co-authored-by: Sam Bull <[email protected]>
    3 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    afa6659 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Bump aiomcache from 0.8.0 to 0.8.1 (aio-libs#662)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a95a10b View commit details
    Browse the repository at this point in the history
  2. Bump types-redis from 4.4.0.6 to 4.5.1.0 (aio-libs#661)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    941322f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Bump types-redis from 4.5.1.0 to 4.5.1.1 (aio-libs#666)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    30ea3e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Bump mypy from 1.0.0 to 1.0.1 (aio-libs#668)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    90d525a View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.8.3 to 3.8.4 (aio-libs#664)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6e09ac3 View commit details
    Browse the repository at this point in the history
  3. Bump flake8-bugbear from 23.1.20 to 23.2.13 (aio-libs#665)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sam Bull <[email protected]>
    dependabot[bot] and Dreamsorcerer committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    0729e23 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Bump types-ujson from 5.7.0.0 to 5.7.0.1 (aio-libs#672)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    e40c99e View commit details
    Browse the repository at this point in the history
  2. Bump types-redis from 4.5.1.1 to 4.5.1.2 (aio-libs#673)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    975fb35 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump types-redis from 4.5.1.2 to 4.5.1.3 (aio-libs#675)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b2036b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df2056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6423894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a8c4d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump types-redis from 4.5.1.3 to 4.5.1.4 (aio-libs#680)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    77b0a9c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    2f9d314 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    d3fb375 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Bump mypy from 1.0.1 to 1.1.1 (aio-libs#687)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d2f779b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Bump msgpack from 1.0.4 to 1.0.5 (aio-libs#688)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6f13737 View commit details
    Browse the repository at this point in the history
  2. Bump pytest from 7.2.1 to 7.2.2 (aio-libs#686)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b09a21f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Bump flake8-bugbear from 23.2.13 to 23.3.12 (aio-libs#690)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    19e0466 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Bump redis from 4.5.1 to 4.5.2 (aio-libs#694)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d150bd6 View commit details
    Browse the repository at this point in the history
  2. Bump pytest-asyncio from 0.20.3 to 0.21.0 (aio-libs#695)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    16c58b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Bump flake8-bugbear from 23.3.12 to 23.3.23 (aio-libs#696)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b50e6db View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Bump types-redis from 4.5.1.4 to 4.5.3.1 (aio-libs#699)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    70f79b1 View commit details
    Browse the repository at this point in the history
  2. Bump redis from 4.5.2 to 4.5.3 (aio-libs#697)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    55e3818 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Bump redis from 4.5.3 to 4.5.4 (aio-libs#700)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2000003 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Bump pytest from 7.2.2 to 7.3.0 (aio-libs#703)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6f3f513 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Bump types-ujson from 5.7.0.1 to 5.7.0.2 (aio-libs#704)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2cc784f View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.1.1 to 1.2.0 (aio-libs#702)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    99bde77 View commit details
    Browse the repository at this point in the history
  3. Bump types-redis from 4.5.3.1 to 4.5.4.1 (aio-libs#701)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2a08df4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Bump pytest from 7.3.0 to 7.3.1 (aio-libs#706)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0d6ab6d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    c7572a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Bump types-ujson from 5.7.0.2 to 5.7.0.4 (aio-libs#708)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ca23ff8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Bump types-ujson from 5.7.0.4 to 5.7.0.5 (aio-libs#710)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 1, 2023
    Configuration menu
    Copy the full SHA
    37949ec View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Bump types-redis from 4.5.4.1 to 4.5.5.0 (aio-libs#713)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2f9ed98 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Bump types-redis from 4.5.5.0 to 4.5.5.2 (aio-libs#717)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fc60327 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.2.0 to 1.3.0 (aio-libs#715)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3c0c10a View commit details
    Browse the repository at this point in the history
  3. Bump flake8-bugbear from 23.3.23 to 23.5.9 (aio-libs#714)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fea572b View commit details
    Browse the repository at this point in the history
  4. Bump redis from 4.5.4 to 4.5.5 (aio-libs#712)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2023
    Configuration menu
    Copy the full SHA
    bc66c6a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Bump pytest-cov from 4.0.0 to 4.1.0 (aio-libs#720)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    714e677 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Bump dependabot/fetch-metadata from 1.3.6 to 1.5.1 (aio-libs#722)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3656fc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Bump flake8-bugbear from 23.5.9 to 23.6.5 (aio-libs#723)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    b7467b3 View commit details
    Browse the repository at this point in the history
  2. Bump flake8-requirements from 1.7.7 to 1.7.8 (aio-libs#718)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    dfea698 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Bump pytest from 7.3.1 to 7.3.2 (aio-libs#726)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6afb424 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    7909449 View commit details
    Browse the repository at this point in the history
  2. Bump types-ujson from 5.7.0.5 to 5.8.0.0 (aio-libs#727)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3f1b81d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Bump pytest-mock from 3.10.0 to 3.11.1 (aio-libs#729)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4a4ecf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Bump mypy from 1.3.0 to 1.4.0 (aio-libs#730)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2fb6cbe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    e7c0381 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    41822d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Bump types-redis from 4.5.5.2 to 4.6.0.0 (aio-libs#737)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    99d30be View commit details
    Browse the repository at this point in the history
  2. Bump redis from 4.5.5 to 4.6.0 (aio-libs#735)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6bb3032 View commit details
    Browse the repository at this point in the history
  3. Bump pytest from 7.3.2 to 7.4.0 (aio-libs#733)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c4731dd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (aio-libs#738)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    cf5c06b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Bump types-redis from 4.6.0.0 to 4.6.0.1 (aio-libs#739)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6e588c3 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.4.0 to 1.4.1 (aio-libs#736)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3e74aa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Bump flake8-bugbear from 23.6.5 to 23.7.10 (aio-libs#743)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3a0cb09 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Bump pytest-asyncio from 0.21.0 to 0.21.1 (aio-libs#744)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    da31402 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Bump aiohttp from 3.8.4 to 3.8.5 (aio-libs#746)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3867e34 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Bump types-ujson from 5.8.0.0 to 5.8.0.1 (aio-libs#747)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    38b5d6c View commit details
    Browse the repository at this point in the history
  2. Bump types-redis from 4.6.0.1 to 4.6.0.3 (aio-libs#748)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    004b061 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Bump flake8 from 6.0.0 to 6.1.0 (aio-libs#750)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    30af4a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Bump mypy from 1.4.1 to 1.5.0 (aio-libs#751)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a07d602 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Bump redis from 4.6.0 to 5.0.0 (aio-libs#752)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6f0fc25 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Bump types-redis from 4.6.0.3 to 4.6.0.4 (aio-libs#753)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    63600a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    ae8405c View commit details
    Browse the repository at this point in the history
  2. Bump types-redis from 4.6.0.4 to 4.6.0.5 (aio-libs#757)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5d681de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f83f43b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Bump mypy from 1.5.0 to 1.5.1 (aio-libs#754)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c845fee View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bump pytest from 7.4.0 to 7.4.2 (aio-libs#760)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    de34e2a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Bump flake8-bugbear from 23.7.10 to 23.9.16 (aio-libs#763)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7d696fd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Bump types-redis from 4.6.0.5 to 4.6.0.7 (aio-libs#765)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0abbf70 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Bump redis from 5.0.0 to 5.0.1 (aio-libs#766)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7303553 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Bump msgpack from 1.0.5 to 1.0.7 (aio-libs#767)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9a261d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Bump actions/checkout from 3 to 4 (aio-libs#768)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f4b5031 View commit details
    Browse the repository at this point in the history