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

chore(deps): Bump python from 3.12-slim-bookworm to 3.13-slim-bookworm in /oid4vci/integration #787

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm.

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)

ff137 and others added 30 commits May 29, 2024 02:01
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
* ✨ 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
* Update lock files

* 🐛 fix double writing of webhook events

* ✅ fix test
* ⬆️ Upgrade acapy to 0.12.0

* Update lock file
* ➖ 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>
* 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>
* :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`

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

* Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
* 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 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>
* 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>
* 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>
* 0.12.2b2

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

* ⬆️ Upgrade python version to 3.12

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

* ⬆️ Upgrade poetry version

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

* Update lock files

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

* Upgrade all aca-py versions to latest pre-release, with python 3.12

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

* ⬆️ Upgrade python and poetry versions

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

* 🎨 bulk amendments to get plugins up to spec with latest acapy (mostly taken from hyperledger/aries-acapy-plugins #567)

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

* ⬆️ Update lock files

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

* 🎨

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

* 🎨 fix ruff warning

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

* ✅

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

* Upgrade kafka_events delivered to 3.12

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

* test with nightly build for 3.12 compatibility

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

* fix indy user

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

* 🤷‍♂️ skip kafka_events

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

* ⬆️ upgrade base images to 3.12 and poetry version to 1.8.3

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

---------

Signed-off-by: ff137 <ff137@proton.me>
* ⬆️ ACA-Py 1.0.0rc4

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

* ⬆️ node 18 to 22

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

* ⬆️ react deps

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

* ⬆️ ruff

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

* chore(deps): Bump isbang/compose-action in the all-actions group

Bumps the all-actions group with 1 update: [isbang/compose-action](https://github.com/isbang/compose-action).


Updates `isbang/compose-action` from 1.5.1 to 2.0.1
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v1.5.1...v2.0.1)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🐛 fix bad package name

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

* Update lock files

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

* ⬆️ Upgrade pydantic

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

---------

Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 🎨 add more verbose info logs for redis cluster startup

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 redis

* ⬆️ Upgrade fastapi-slim

* ⬆️ Upgrade black

* ⬆️ Upgrade pytest

* ⬆️ Upgrade pytest-ruff

* Update lock files
* ⬆️ ACA-Py 1.0.0rc5

* 🙈

* Update lock files

* update import to match new module names
* ⬆️ aca-py 1.0.0rc6

* update lock files
* 1.0.0

* update lock files
Signed-off-by: ff137 <ff137@proton.me>
* ⬆️ Upgrade ruff to 0.6.1

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

* ⬆️ Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
* 🚧 test feat/pagination-ordering

* Update lock files

* Update lock files

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

* ⬆️ Use 1.0.0b0 tag release

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

* ⬆️ Update lock files

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

* ⏪ revert to use official 1.0.0 image

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

---------

Signed-off-by: ff137 <ff137@proton.me>
* 🐛 fix askar dependency should use test package

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: ff137 <ff137@proton.me>
ff137 and others added 10 commits August 30, 2024 16:17
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
* ⬆️ Update lock files

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

* 🚀 take on NATS plugin

Copied from redis_events plugin, and replaced redis with nats-py (and json with orjson)

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

* ✅ basic unit tests for events

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

* 👷 skip nats_events integration testing

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

* ✨ read `NATS_CREDS_FILE` from env vars

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

* Update nats_events/README.md

Co-authored-by: Henry Msiska <henrymsi+dev@gmail.com>
Signed-off-by: Mourits de Beer <31511766+ff137@users.noreply.github.com>

* 🎨 rename nats topic to subject

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

* 🎨 replace f-string interpolation in logs

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

* ✨ use JetStream. Define streams on startup

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

* ✨ bind and re-use JetStream context

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

* ✨ handle jetstream publish ack

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

* 🎨 remove use of `cast`

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

* 🎨 more clear setup of jetstream context, instead of just nats

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

* ✅ fix tests

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

* 🎨 update NATS subject map to use `.`-pattern

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

* Update nats_events/README.md

Co-authored-by: Henry Msiska <henrymsi+dev@gmail.com>
Signed-off-by: Mourits de Beer <31511766+ff137@users.noreply.github.com>

* 🙈 don't ignore vscode settings

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

* 🔧 vscode cspell settings

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

* 🎨

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

* 🚧 add some verbose logging for testing

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

* 🎨 update method for nats connection args

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

* 🚧 debug timeout error for defining stream, change stream name

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

* 🚧 debug on_startup connecting to jetstream

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

* 🚧 test replacing . in name with _

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

* ✨ publish with retry -- correctly handle PubAck

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

* 🎨 log payload and no longer only write `with-state` records

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

* 🎨 fix payload log type

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

* 🎨 log levels

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

* ✅ fix tests

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

* ✨ handle OutboundMessage type (make it serialisable)

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

* 🎨 retry should log error instead of raising exception

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

* 🎨 handle optional target types

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

* ✅ fix tests

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

* 🎨 add words to cspell list

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

* 🚧 remove define stream

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

* 🎨 define one stream with many subjects

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

* ⬆️ Update lock files

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

* ⬆️ Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: Mourits de Beer <31511766+ff137@users.noreply.github.com>
Co-authored-by: Henry Msiska <henrymsi+dev@gmail.com>
* 🎨 Update log levels

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

* ⬆️ Upgrade uvicorn

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

* ⬆️ Upgrade fastapi-slim

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

* ⬆️ Upgrade pytest-asyncio

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

* ⬆️ Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
* 🎨 Update log levels

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

* ⬆️ Upgrade uvicorn

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

* ⬆️ Upgrade fastapi-slim

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

* ⬆️ Upgrade pytest-asyncio

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

* ⬆️ Update lock files

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

* 🐛 trace -> debug

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

---------

Signed-off-by: ff137 <ff137@proton.me>
* ⚡ skip outbound message types, temporarily for performance reasons

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

* ⬆️ Update lock files

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

---------

Signed-off-by: ff137 <ff137@proton.me>
Bumps python from 3.12-slim-bookworm to 3.13-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Oct 14, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 22, 2024

Dependabot couldn't find a Dockerfile. Because of this, Dependabot cannot update this pull request.

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 docker Pull requests that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants