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

Add github CI (#557) #7

Open
wants to merge 255 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 12, 2022

  1. Add CodeQL workflow for GitHub code scanning (#579)

    Co-authored-by: LGTM Migrator <[email protected]>
    lgtm-com[bot] and lgtm-migrator authored Dec 12, 2022
    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 (#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 authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fa80aa4 View commit details
    Browse the repository at this point in the history
  2. Add types-redis (#583)

    Dreamsorcerer authored Dec 27, 2022
    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. Tests cleanup (#586)

    Dreamsorcerer authored Dec 28, 2022
    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. CodeQL cleanup (#591)

    Dreamsorcerer authored Dec 30, 2022
    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. Add Python 3.10 (#590)

    Dreamsorcerer authored Dec 30, 2022
    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 (#596)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#599)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#602)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#603)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#598)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#594)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#595)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#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 authored 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 (#612)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#611)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#614)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#613)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#616)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#615)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#601)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 authored 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 (#621)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#620)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#622)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#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 authored 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 (#631)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#632)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#635)
    padraic-shafer authored 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 (#639)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#642)

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

    Dreamsorcerer authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    3f6f3ae View commit details
    Browse the repository at this point in the history
  3. Fix release

    Dreamsorcerer authored 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 authored 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 authored 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 (#564)

    Co-authored-by: Hai Zhou <[email protected]>
    Co-authored-by: Sam Bull <[email protected]>
    3 people authored 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 authored 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 authored 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 authored 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 (#648)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#650)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#651)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 authored 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 (#653)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#654)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#655)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#656)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#657)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#658)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#660)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#659)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#652)

    Co-authored-by: Vitaly Petrov <[email protected]>
    Co-authored-by: Sam Bull <[email protected]>
    3 people authored 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 (#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 authored 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 (#662)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#661)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#666)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#668)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#664)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#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 authored 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 (#672)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#673)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#675)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#680)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#687)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#688)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#686)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#690)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#694)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#695)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#696)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#699)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#697)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#700)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#703)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#704)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#702)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#701)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#706)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#708)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#710)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#713)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#717)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#715)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#714)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#712)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#720)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#722)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#723)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#718)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#726)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#727)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#729)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#730)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#737)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#735)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#733)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#738)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#739)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#736)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#743)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#744)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#746)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#747)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#748)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#750)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#751)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#752)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#753)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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. Drop Python 3.7 (#756)

    Dreamsorcerer authored Aug 22, 2023
    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 (#757)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#754)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#760)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#763)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#765)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#766)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#767)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored 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 (#768)

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

Commits on Oct 9, 2023

  1. Bump aiohttp from 3.8.5 to 3.8.6 (#769)

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

Commits on Oct 12, 2023

  1. Bump mypy from 1.5.1 to 1.6.0 (#770)

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

Commits on Oct 18, 2023

  1. Bump mypy from 1.6.0 to 1.6.1 (#771)

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

Commits on Nov 7, 2023

  1. Bump types-redis from 4.6.0.7 to 4.6.0.10 (#777)

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

Commits on Nov 8, 2023

  1. Bump flake8-requirements from 1.7.8 to 2.0.1 (#778)

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

Commits on Nov 23, 2023

  1. Bump mypy from 1.6.1 to 1.7.1 (#781)

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

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    23e384d View commit details
    Browse the repository at this point in the history
  2. Bump marshmallow from 3.19.0 to 3.20.1 (#749)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fce3dd2 View commit details
    Browse the repository at this point in the history
  3. Bump pytest from 7.4.2 to 7.4.3 (#773)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ecdc8e4 View commit details
    Browse the repository at this point in the history
  4. Bump pytest-mock from 3.11.1 to 3.12.0 (#772)

    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 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    92b1032 View commit details
    Browse the repository at this point in the history
  5. Bump aiohttp from 3.8.6 to 3.9.0 (#780)

    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 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    75da099 View commit details
    Browse the repository at this point in the history
  6. Bump types-redis from 4.6.0.10 to 4.6.0.11 (#783)

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

Commits on Nov 27, 2023

  1. Bump aiohttp from 3.9.0 to 3.9.1 (#784)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b6fd75c View commit details
    Browse the repository at this point in the history
  2. Bump flake8-bugbear from 23.9.16 to 23.11.26 (#785)

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

Commits on Nov 29, 2023

  1. Bump flake8-bugbear from 23.11.26 to 23.11.28 (#786)

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

Commits on Dec 4, 2023

  1. Bump flake8-bugbear from 23.11.28 to 23.12.2 (#787)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e91e249 View commit details
    Browse the repository at this point in the history
  2. Bump pytest-asyncio from 0.21.1 to 0.23.2 (#788)

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

Commits on Dec 12, 2023

  1. Bump types-ujson from 5.8.0.1 to 5.9.0.0 (#790)

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

Commits on Dec 21, 2023

  1. Bump mypy from 1.7.1 to 1.8.0 (#793)

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

Commits on Dec 22, 2023

  1. Unused variable (#796)

    Dreamsorcerer authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fe28c47 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump github/codeql-action from 2 to 3 (#799)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    0817a2c View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5 (#798)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    fbe8d05 View commit details
    Browse the repository at this point in the history
  3. Bump pytest from 7.4.3 to 7.4.4 (#800)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    1bd2740 View commit details
    Browse the repository at this point in the history
  4. Bump pytest-asyncio from 0.23.2 to 0.23.3 (#801)

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

Commits on Jan 5, 2024

  1. Bump flake8 from 6.1.0 to 7.0.0 (#802)

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

Commits on Jan 8, 2024

  1. Bump types-redis from 4.6.0.11 to 4.6.0.20240106 (#803)

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

Commits on Jan 10, 2024

  1. Bump marshmallow from 3.20.1 to 3.20.2 (#804)

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

Commits on Jan 16, 2024

  1. Bump flake8-bugbear from 23.12.2 to 24.1.16 (#805)

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

Commits on Jan 17, 2024

  1. Bump flake8-bugbear from 24.1.16 to 24.1.17 (#806)

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

Commits on Jan 22, 2024

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

Commits on Jan 29, 2024

  1. Bump aiohttp from 3.9.1 to 3.9.2 (#808)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    54804a2 View commit details
    Browse the repository at this point in the history
  2. Bump pytest-asyncio from 0.23.3 to 0.23.4 (#810)

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

Commits on Jan 30, 2024

  1. Bump aiohttp from 3.9.2 to 3.9.3 (#811)

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

Commits on Feb 1, 2024

  1. Bump codecov/codecov-action from 3 to 4 (#812)

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

Commits on Feb 6, 2024

  1. Bump flake8-requirements from 2.0.1 to 2.0.2 (#813)

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

Commits on Feb 7, 2024

  1. Bump flake8-bugbear from 24.1.17 to 24.2.6 (#814)

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

Commits on Feb 9, 2024

  1. Bump pytest-asyncio from 0.23.4 to 0.23.5 (#815)

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

Commits on Feb 19, 2024

  1. Bump types-redis from 4.6.0.20240106 to 4.6.0.20240218 (#816)

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

Commits on Feb 20, 2024

  1. Bump flake8-requirements from 2.0.2 to 2.1.0 (#818)

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

Commits on Feb 28, 2024

  1. Bump redis from 5.0.1 to 5.0.2 (#821)

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

Commits on Mar 1, 2024

  1. Bump msgpack from 1.0.7 to 1.0.8 (#822)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c6586fd View commit details
    Browse the repository at this point in the history
  2. Bump marshmallow from 3.20.2 to 3.21.0 (#820)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    272b2c9 View commit details
    Browse the repository at this point in the history
  3. Bump pre-commit/action from 3.0.0 to 3.0.1 (#823)

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

Commits on Mar 5, 2024

  1. Bump marshmallow from 3.21.0 to 3.21.1 (#824)

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

Commits on Mar 8, 2024

  1. Bump pytest-asyncio from 0.23.5 to 0.23.5.post1 (#825)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    690eb13 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.8.0 to 1.9.0 (#826)

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

Commits on Mar 11, 2024

  1. Bump redis from 5.0.2 to 5.0.3 (#828)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1fbbc5f View commit details
    Browse the repository at this point in the history
  2. Bump types-redis from 4.6.0.20240218 to 4.6.0.20240311 (#827)

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

Commits on Mar 19, 2024

  1. Bump pytest-asyncio from 0.23.5.post1 to 0.23.6 (#830)

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

Commits on Mar 22, 2024

  1. Bump pytest-mock from 3.12.0 to 3.14.0 (#831)

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

Commits on Mar 25, 2024

  1. Bump pytest-cov from 4.1.0 to 5.0.0 (#832)

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

Commits on Mar 27, 2024

  1. Bump flake8-requirements from 2.1.0 to 2.1.1 (#833)

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

Commits on Apr 1, 2024

  1. Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#835)

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

Commits on Apr 9, 2024

  1. Bump types-redis from 4.6.0.20240311 to 4.6.0.20240409 (#839)

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

Commits on Apr 12, 2024

  1. Bump aiohttp from 3.9.3 to 3.9.4 (#840)

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

Commits on Apr 16, 2024

  1. Bump aiohttp from 3.9.4 to 3.9.5 (#841)

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

Commits on Apr 17, 2024

  1. Bump types-redis from 4.6.0.20240409 to 4.6.0.20240417 (#843)

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

Commits on Apr 22, 2024

  1. Bump flake8-bugbear from 24.2.6 to 24.4.21 (#844)

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

Commits on Apr 23, 2024

  1. Bump types-redis from 4.6.0.20240417 to 4.6.0.20240423 (#845)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d9a15e9 View commit details
    Browse the repository at this point in the history
  2. Bump redis from 5.0.3 to 5.0.4 (#846)

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

Commits on Apr 24, 2024

  1. Bump mypy from 1.9.0 to 1.10.0 (#847)

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

Commits on Apr 25, 2024

  1. Bump types-redis from 4.6.0.20240423 to 4.6.0.20240425 (#848)

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

Commits on May 1, 2024

  1. Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#852)

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

Commits on May 2, 2024

  1. Bump marshmallow from 3.21.1 to 3.21.2 (#853)

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

Commits on May 7, 2024

  1. Bump aiomcache from 0.8.1 to 0.8.2 (#854)

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

Commits on May 8, 2024

  1. Bump flake8-requirements from 2.1.1 to 2.2.0 (#855)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9603afc View commit details
    Browse the repository at this point in the history
  2. Bump flake8-bugbear from 24.4.21 to 24.4.26 (#850)

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

Commits on May 15, 2024

  1. Bump types-ujson from 5.9.0.0 to 5.10.0.20240515 (#856)

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

Commits on May 20, 2024

  1. Bump pytest-asyncio from 0.23.6 to 0.23.7 (#857)

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

Commits on Jun 1, 2024

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

Commits on Jun 6, 2024

  1. Bump redis from 5.0.4 to 5.0.5 (#861)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3440491 View commit details
    Browse the repository at this point in the history
  2. Bump marshmallow from 3.21.2 to 3.21.3 (#862)

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

Commits on Jun 13, 2024

  1. Bump redis from 5.0.5 to 5.0.6 (#865)

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

Commits on Jun 17, 2024

  1. Bump flake8 from 7.0.0 to 7.1.0 (#866)

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

Commits on Jun 24, 2024

  1. Bump flake8-requirements from 2.2.0 to 2.2.1 (#867)

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

Commits on Jun 25, 2024

  1. Bump mypy from 1.10.0 to 1.10.1 (#868)

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

Commits on Jun 26, 2024

  1. Bump redis from 5.0.6 to 5.0.7 (#869)

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

Commits on Jul 17, 2024

  1. Bump pytest-asyncio from 0.23.7 to 0.23.8 (#871)

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

Commits on Jul 19, 2024

  1. Bump mypy from 1.10.1 to 1.11.0 (#873)

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

Commits on Jul 26, 2024

  1. Bump types-redis from 4.6.0.20240425 to 4.6.0.20240726 (#876)

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

Commits on Jul 31, 2024

  1. Bump mypy from 1.11.0 to 1.11.1 (#878)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7e7e435 View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.9.5 to 3.10.0 (#879)

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

Commits on Aug 1, 2024

  1. Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#881)

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

Commits on Aug 5, 2024

  1. Bump flake8 from 7.1.0 to 7.1.1 (#883)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    735f0b4 View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.10.0 to 3.10.1 (#884)

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

Commits on Aug 6, 2024

  1. Bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#885)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6ec1a39 View commit details
    Browse the repository at this point in the history
  2. Bump redis from 5.0.7 to 5.0.8 (#877)

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

Commits on Aug 8, 2024

  1. Bump aiohttp from 3.10.1 to 3.10.2 (#886)

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

Commits on Aug 12, 2024

  1. Bump aiohttp from 3.10.2 to 3.10.3 (#887)

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

Commits on Aug 19, 2024

  1. Bump aiohttp from 3.10.3 to 3.10.4 (#888)

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

Commits on Aug 20, 2024

  1. Bump marshmallow from 3.21.3 to 3.22.0 (#890)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f39419a View commit details
    Browse the repository at this point in the history
  2. Bump aiohttp from 3.10.4 to 3.10.5 (#892)

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

Commits on Sep 13, 2024

  1. Bump flake8-bugbear from 24.4.26 to 24.8.19 (#891)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d449add View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.11.1 to 1.11.2 (#894)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ab061b9 View commit details
    Browse the repository at this point in the history
  3. Bump types-redis from 4.6.0.20240806 to 4.6.0.20240903 (#898)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ee8fd8a View commit details
    Browse the repository at this point in the history
  4. Bump pytest from 7.4.4 to 8.3.3 (#899)

    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 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ef746fc View commit details
    Browse the repository at this point in the history
  5. Bump pytest-asyncio from 0.23.8 to 0.24.0 (#893)

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

Commits on Sep 30, 2024

  1. Bump aiohttp from 3.10.5 to 3.10.8 (#905)

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