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

Bump aiokafka from 0.10.0 to 0.11.0 in /kafka_events #690

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps aiokafka from 0.10.0 to 0.11.0.

Release notes

Sourced from aiokafka's releases.

v0.11.0

New features:

Bugfixes:

  • Fix serialization for batch (issue #886, pr #887 by @​ydjin0602)
  • Fix type annotation for AIOKafkaAdminClient.create_partitions (pr #978 by @​alm0ra)
  • Fix NotControllerError in AIOKafkaAdminClient.create_topics and other methods (issue #995)
  • Fix unintended cancellation of fetcher task (issue #983, pr #1007 by @​apmorton)
Changelog

Sourced from aiokafka's changelog.

0.11.0 (2024-06-30)

New features:

.. _KIP-204: https://cwiki.apache.org/confluence/display/KAFKA/KIP-204+%3A+Adding+records+deletion+operation+to+the+new+Admin+Client+API

Bugfixes:

  • Fix serialization for batch (issue #886, pr #887 by @​ydjin0602)
  • Fix type annotation for AIOKafkaAdminClient.create_partitions (pr #978 by @​alm0ra)
  • Fix NotControllerError in AIOKafkaAdminClient.create_topics and other methods (issue #995)
  • Fix unintended cancellation of fetcher task (issue #983, pr #1007 by @​apmorton)
Commits

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
Bumps [aiokafka](https://github.com/aio-libs/aiokafka) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/aio-libs/aiokafka/releases)
- [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiokafka@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: aiokafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/kafka_events/aiokafka-0.11.0 branch from b875209 to ea9c69d Compare July 3, 2024 03:21
Copy link
Contributor

@jamshale jamshale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a safe upgrade.

@jamshale jamshale merged commit 177cf7a into main Jul 3, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/kafka_events/aiokafka-0.11.0 branch July 3, 2024 15:43
ff137 referenced this pull request in didx-xyz/aries-acapy-plugins Jul 5, 2024
* Upgrade pytest-asycio across all plugins

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Bump the npm_and_yarn group in /oid4vci/demo/frontend with 4 updates (#618)

Bumps the npm_and_yarn group in /oid4vci/demo/frontend with 4 updates: [braces](https://github.com/micromatch/braces), [ejs](https://github.com/mde/ejs), [express](https://github.com/expressjs/express) and [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `express` from 4.18.2 to 4.19.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

Updates `webpack-dev-middleware` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prettier from 3.0.3 to 3.3.2 in /oid4vci/integration/afj (#621)

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump google-api-python-client in /firebase_push_notifications (#616)

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.129.0 to 2.133.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.129.0...v2.133.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* General pytest upgrade (#659)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* General upgrade of requests (#658)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* General upgrade of pydantic (#657)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* General upgrade of ruff (#655)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* General upgrade urllib3 (#654)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Upgrade all nested poetry lock files (#656)

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Bump google-api-python-client in /firebase_push_notifications (#666)

Bumps [google-api-python-client](https://github.com/googleapis/google-api-python-client) from 2.133.0 to 2.134.0.
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.133.0...v2.134.0)

---
updated-dependencies:
- dependency-name: google-api-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 5.0.4 to 5.0.6 in /redis_events/docker/services (#630)

Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.6.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Upgrade pydantic and ruff

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Bump ws in /oid4vci/demo/frontend in the npm_and_yarn group (#649)

Bumps the npm_and_yarn group in /oid4vci/demo/frontend with 1 update: [ws](https://github.com/websockets/ws).


Updates `ws` from 7.5.9 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump typescript from 5.2.2 to 5.5.2 in /oid4vci/integration/afj (#676)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 5.0.4 to 5.0.6 in /redis_events (#626)

Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.6.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* --- (#507)

updated-dependencies:
- dependency-name: async-selective-queue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* --- (#527)

updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 5.0.4 to 5.0.6 in /redis_events/integration (#634)

Bumps [redis](https://github.com/redis/redis-py) from 5.0.4 to 5.0.6.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.4...v5.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump uvicorn from 0.29.0 to 0.30.1 in /redis_events (#586)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.30.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump uvicorn from 0.29.0 to 0.30.1 in /redis_events/docker/services (#574)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.30.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump uvicorn from 0.29.0 to 0.30.1 in /redis_events/integration (#570)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.29.0...0.30.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* General upgrades ruff, redis, google-api-python-client (#695)

* Bump aiokafka from 0.10.0 to 0.11.0 in /kafka_events (#690)

Bumps [aiokafka](https://github.com/aio-libs/aiokafka) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/aio-libs/aiokafka/releases)
- [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiokafka@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: aiokafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 5.0.6 to 5.0.7 in /redis_events/integration (#685)

Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.6...v5.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-router-dom from 6.16.0 to 6.24.0 in /oid4vci/demo/frontend (#683)

Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.16.0 to 6.24.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump react-bootstrap from 2.9.1 to 2.10.4 in /oid4vci/demo/frontend (#682)

Bumps [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) from 2.9.1 to 2.10.4.
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v2.9.1...v2.10.4)

---
updated-dependencies:
- dependency-name: react-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump redis from 5.0.6 to 5.0.7 in /redis_events/docker/services (#680)

Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.0.6...v5.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ✨ add origin and timestamp to event metadata (#46)

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 reduce default log levels for handling webhooks (#60)

Signed-off-by: ff137 <ff137@proton.me>

* chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.3 in /redis_events (#58)

* ✨ add group_id to metadata (#73)

* ✨ add group_id to metadata

* 📌 pin aca-py version to 0.11.0

* Update lock file

* 📌 pin aca-py version to 0.11.0

* ⬆️ update integration toml to match main one

* Update lock files

* 🐛 fix double writing of webhook events (#114)

* Update lock files

* 🐛 fix double writing of webhook events

* ✅ fix test

* ⬆️ Upgrade ACA-Py to 0.12.0 (#136)

* ⬆️ Upgrade acapy to 0.12.0

* Update lock file

* ➖ remove asynctest dependency (#190)

* ➖ remove `asynctest` dependency

Signed-off-by: ff137 <ff137@proton.me>

* ✨ replace `asynctest` with `unittest`

Signed-off-by: ff137 <ff137@proton.me>

* Update all lock files

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 rename `setUp` method to `asyncSetUp`

Signed-off-by: ff137 <ff137@proton.me>

* 🎨

Signed-off-by: ff137 <ff137@proton.me>

* ➕ pydantic <2 is required

Signed-off-by: ff137 <ff137@proton.me>

* Update lock file

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Bulk upgrade common dependencies (#191)

* Update all lock files

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `black` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pytest-asyncio` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pytest` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pytest-cov` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pytest-ruff` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `ruff` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `aiohttp` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pydantic` v1 to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `pytest-mock` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `fastapi` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `uvicorn` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `redis` to latest

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade `rope` to latest

Signed-off-by: ff137 <ff137@proton.me>

* Update all lock files

Signed-off-by: ff137 <ff137@proton.me>

* 👷 Add script for updating all lock files

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

---------

Signed-off-by: ff137 <ff137@proton.me>

* 👷 replace docker compose action with official setup docker buildx (#193)

Signed-off-by: ff137 <ff137@proton.me>

* ➖ Remove unused and ⬆️ upgrade more dependencies (#194)

* :heavy_minus_arrow: remove unused deps: mock and pytest-mock

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* :heavy_minus_arrow: remove flake8

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* :heavy_minus_arrow: remove rope

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* :heavy_minus_arrow: remove pre-commit

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 format toml files

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade black

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade ruff

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade pytest-asyncio

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade bcrypt

Signed-off-by: ff137 <ff137@proton.me>

* :heavy_minus_arrow: remove typing-extensions

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Replace `fastapi` with `fastapi-slim` (#209)

* ⬆️ Replace `fastapi` with `fastapi-slim`

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade all lock files

Signed-off-by: ff137 <ff137@proton.me>

* Upgrade pydantic to v2 in /redis-events (#330)

* chore(deps-dev): Bump pytest-ruff from 0.1.1 to 0.3 in /redis_events (#58)

* chore(deps-dev): Bump ruff from 0.1.11 to 0.3.0 in /redis_events (#50)

* ✨ add group_id to metadata (#73)

* ✨ add group_id to metadata

* 📌 pin aca-py version to 0.11.0

* Update lock file

* 📌 pin aca-py version to 0.11.0

* ⬆️ update integration toml to match main one

* Update lock files

* ⬆️ Upgrade ACA-Py to 0.12.0 (#136)

* ⬆️ Upgrade acapy to 0.12.0

* Update lock file

* 🚧 test latest aries-cloudagent and pydantic v2

* Update lock files

* 🎨 swap deprecated validator for field_validator

* 🎨 apply black formatting

* ✨ upgrade to pydantic v2 style

* Update lock file

* 🚧 test latest aca-py

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade to latest acapy

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* Update pydantic in redis_events/docker/services

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade redis and uvicorn

Signed-off-by: ff137 <ff137@proton.me>

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Upgrade to latest acapy

Signed-off-by: ff137 <ff137@proton.me>

* 🎨 Upgrade to pydantic v2 style

Signed-off-by: ff137 <ff137@proton.me>

* Update lock file

Signed-off-by: ff137 <ff137@proton.me>

* Test using this branch's basicmessage plugin

Signed-off-by: ff137 <ff137@proton.me>

* ✅ TestRoutes profile requires insecure_mode setting

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ⬆️ Update ACA-Py tag (#349)

* Update acapy to didx tag: 0.12.2b0

Signed-off-by: ff137 <ff137@proton.me>

* Update all lock files

Signed-off-by: ff137 <ff137@proton.me>

* 🐛 fix repo install reference

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>

* 0.12.2b1 release (#364)

* Update acapy to didx tag: 0.12.2b1

Signed-off-by: ff137 <ff137@proton.me>

* Update all lock files

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: ff137 <ff137@proton.me>
Co-authored-by: jamshale <jamiehalebc@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jamshale <31809382+jamshale@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant