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-dev): Bump ruff from 0.1.11 to 0.3.0 in /redis_events #50

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 29, 2024

Bumps ruff from 0.1.11 to 0.3.0.

Release notes

Sourced from ruff's releases.

v0.3.0

This release introduces the new Ruff formatter 2024.2 style and adds a new lint rule to detect invalid formatter suppression comments.

Changes

Preview features

  • [flake8-bandit] Remove suspicious-lxml-import (S410) (#10154)
  • [pycodestyle] Allow os.environ modifications between imports (E402) (#10066)
  • [pycodestyle] Don't warn about a single whitespace character before a comma in a tuple (E203) (#10094)

Rule changes

  • [eradicate] Detect commented out case statements (ERA001) (#10055)
  • [eradicate] Detect single-line code for try:, except:, etc. (ERA001) (#10057)
  • [flake8-boolean-trap] Allow boolean positionals in __post_init__ (#10027)
  • [flake8-copyright] Allow © in copyright notices (#10065)
  • [isort]: Use one blank line after imports in typing stub files (#9971)
  • [pylint] New Rule dict-iter-missing-items (PLE1141) (#9845)
  • [pylint] Ignore sys.version and sys.platform (PLR1714) (#10054)
  • [pyupgrade] Detect literals with unary operators (UP018) (#10060)
  • [ruff] Expand rule for list(iterable).pop(0) idiom (RUF015) (#10148)

Formatter

This release introduces the Ruff 2024.2 style, stabilizing the following changes:

  • Prefer splitting the assignment's value over the target or type annotation (#8943)
  • Remove blank lines before class docstrings (#9154)
  • Wrap multiple context managers in with parentheses when targeting Python 3.9 or newer (#9222)
  • Add a blank line after nested classes with a dummy body (...) in typing stub files (#9155)
  • Reduce vertical spacing for classes and functions with a dummy (...) body (#7440, #9240)
  • Add a blank line after the module docstring (#8283)
  • Parenthesize long type hints in assignments (#9210)
  • Preserve indent for single multiline-string call-expressions (#9673)
  • Normalize hex escape and unicode escape sequences (#9280)
  • Format module docstrings (#9725)

CLI

  • Explicitly disallow extend as part of a --config flag (#10135)
  • Remove build from the default exclusion list (#10093)
  • Deprecate ruff <path>, ruff --explain, ruff --clean, and ruff --generate-shell-completion in favor of ruff check <path>, ruff rule, ruff clean, and ruff generate-shell-completion (#10169)
  • Remove the deprecated CLI option --format from ruff rule and ruff linter (#10170)

Bug fixes

  • [flake8-bugbear] Avoid adding default initializers to stubs (B006) (#10152)
  • [flake8-type-checking] Respect runtime-required decorators for function signatures (#10091)

... (truncated)

Changelog

Sourced from ruff's changelog.

0.3.0

This release introduces the new Ruff formatter 2024.2 style and adds a new lint rule to detect invalid formatter suppression comments.

Preview features

  • [flake8-bandit] Remove suspicious-lxml-import (S410) (#10154)
  • [pycodestyle] Allow os.environ modifications between imports (E402) (#10066)
  • [pycodestyle] Don't warn about a single whitespace character before a comma in a tuple (E203) (#10094)

Rule changes

  • [eradicate] Detect commented out case statements (ERA001) (#10055)
  • [eradicate] Detect single-line code for try:, except:, etc. (ERA001) (#10057)
  • [flake8-boolean-trap] Allow boolean positionals in __post_init__ (#10027)
  • [flake8-copyright] Allow © in copyright notices (#10065)
  • [isort]: Use one blank line after imports in typing stub files (#9971)
  • [pylint] New Rule dict-iter-missing-items (PLE1141) (#9845)
  • [pylint] Ignore sys.version and sys.platform (PLR1714) (#10054)
  • [pyupgrade] Detect literals with unary operators (UP018) (#10060)
  • [ruff] Expand rule for list(iterable).pop(0) idiom (RUF015) (#10148)

Formatter

This release introduces the Ruff 2024.2 style, stabilizing the following changes:

  • Prefer splitting the assignment's value over the target or type annotation (#8943)
  • Remove blank lines before class docstrings (#9154)
  • Wrap multiple context managers in with parentheses when targeting Python 3.9 or newer (#9222)
  • Add a blank line after nested classes with a dummy body (...) in typing stub files (#9155)
  • Reduce vertical spacing for classes and functions with a dummy (...) body (#7440, #9240)
  • Add a blank line after the module docstring (#8283)
  • Parenthesize long type hints in assignments (#9210)
  • Preserve indent for single multiline-string call-expressions (#9673)
  • Normalize hex escape and unicode escape sequences (#9280)
  • Format module docstrings (#9725)

CLI

  • Explicitly disallow extend as part of a --config flag (#10135)
  • Remove build from the default exclusion list (#10093)
  • Deprecate ruff <path>, ruff --explain, ruff --clean, and ruff --generate-shell-completion in favor of ruff check <path>, ruff rule, ruff clean, and ruff generate-shell-completion (#10169)
  • Remove the deprecated CLI option --format from ruff rule and ruff linter (#10170)

Bug fixes

  • [flake8-bugbear] Avoid adding default initializers to stubs (B006) (#10152)
  • [flake8-type-checking] Respect runtime-required decorators for function signatures (#10091)
  • [pycodestyle] Mark fixes overlapping with a multiline string as unsafe (W293) (#10049)

... (truncated)

Commits

Dependabot compatibility score

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

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @ff137.


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 Feb 29, 2024
@ff137
Copy link
Collaborator

ff137 commented Mar 5, 2024

@dependabot rebase

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.11...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/redis_events/ruff-0.3.0 branch from 10b9d28 to 01d72fd Compare March 5, 2024 10:27
@ff137
Copy link
Collaborator

ff137 commented Mar 5, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit 9474806 into main Mar 5, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/pip/redis_events/ruff-0.3.0 branch March 5, 2024 10:30
ff137 added a commit that referenced this pull request Jun 11, 2024
* 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>
ff137 added a commit that referenced this pull request Jul 5, 2024
* 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>
ff137 added a commit that referenced this pull request 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