Skip to content

Commit

Permalink
⬆️ Upgrade cloudcontroller to latest (#620)
Browse files Browse the repository at this point in the history
* ⬆️ Update typing-extensions requirement from ~=4.8.0 to ~=4.9.0

Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.8.0...4.9.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* ⬆️ Upgrade cloudcontroller to latest

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ff137 and dependabot[bot] authored Jan 15, 2024
1 parent a3075d3 commit 9113936
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp~=3.9.0
aries-cloudcontroller==0.11.0
aries-cloudcontroller==0.11.0.post0
base58~=2.1.1
fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
Expand All @@ -8,5 +8,5 @@ loguru~=0.7.0
pydantic~=2.5.1
pyjwt~=2.8.0
PyYAML~=6.0
typing-extensions~=4.8.0
typing-extensions~=4.9.0
uvicorn[standard]~=0.24.0
4 changes: 2 additions & 2 deletions endorser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aries-cloudcontroller==0.11.0
aries-cloudcontroller==0.11.0.post0
fastapi_websocket_pubsub~=0.3.8
httpx~=0.25.1
loguru~=0.7.0
pydantic~=2.5.1
typing-extensions~=4.8.0
typing-extensions~=4.9.0
4 changes: 2 additions & 2 deletions webhooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aioredis~=2.0.1
aries-cloudcontroller==0.11.0
aries-cloudcontroller==0.11.0.post0
dependency-injector~=4.41.0
fastapi~=0.109.0
fastapi_websocket_pubsub~=0.3.8
Expand All @@ -8,5 +8,5 @@ loguru~=0.7.0
pydantic~=2.5.1
sse-starlette~=1.8.2
starlette>=0.27.0
typing-extensions~=4.8.0
typing-extensions~=4.9.0
uvicorn[standard]~=0.24.0

0 comments on commit 9113936

Please sign in to comment.