Skip to content

Commit

Permalink
⬆️ Bulk upgrade common dependencies (#450)
Browse files Browse the repository at this point in the history
* 🎨 apply isort import organisation

Signed-off-by: ff137 <[email protected]>

* 🎨 apply black formatting

Signed-off-by: ff137 <[email protected]>

* Update all lock files

Signed-off-by: ff137 <[email protected]>

* 🎨

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `black` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest-asyncio` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest-cov` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest-ruff` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `ruff` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `aiohttp` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pydantic` v1 to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest-mock` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `fastapi` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `uvicorn` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `redis` to latest

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `rope` to latest

Signed-off-by: ff137 <[email protected]>

* Update all lock files

Signed-off-by: ff137 <[email protected]>

* 👷 Add script for updating all lock files

Signed-off-by: ff137 <[email protected]>

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

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `pytest-asyncio`

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `ruff`

Signed-off-by: ff137 <[email protected]>

* ➖ Remove unneeded mock dependencies

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `bcrypt`

Signed-off-by: ff137 <[email protected]>

* ➖ Remove unneeded typing-extension dependency

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `ecdsa`

Signed-off-by: ff137 <[email protected]>

* Update lock files

Signed-off-by: ff137 <[email protected]>

* ⏪ revert ecdsa upgrade

Signed-off-by: ff137 <[email protected]>

* 📌 pin pydantic to v1

Signed-off-by: ff137 <[email protected]>

* Update lock files

Signed-off-by: ff137 <[email protected]>

* Update lock files

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade black version to latest

Signed-off-by: ff137 <[email protected]>

* ✨ add update all lock file logic to python script

Signed-off-by: ff137 <[email protected]>

* Update lock files

Signed-off-by: ff137 <[email protected]>

* 🎨 fix typos

Signed-off-by: ff137 <[email protected]>

---------

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored May 16, 2024
1 parent 3d499b4 commit 03109c3
Show file tree
Hide file tree
Showing 41 changed files with 2,774 additions and 2,988 deletions.
28 changes: 14 additions & 14 deletions basicmessage_storage/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions basicmessage_storage/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = []

[tool.poetry.dependencies]
python = "^3.9"
pytest = "^7.4.0"
pytest-asyncio = "^0.21.0"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
Expand Down
445 changes: 215 additions & 230 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ mergedeep = "^1.3.4"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.1.2"
black = "~23.7.0"
pytest = "~7.4.0"
pytest-asyncio = "~0.14.0"
pytest-cov = "^3.0.0"
pytest-ruff = "^0.1.1"
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
Expand Down
331 changes: 157 additions & 174 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions connection_update/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = []

[tool.poetry.dependencies]
python = "^3.9"
pytest = "^7.4.0"
pytest-asyncio = "^0.21.0"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
requests = "^2.31.0"
aries-cloudagent = { version = ">=0.10.3, < 1.0.0" }

Expand Down
445 changes: 215 additions & 230 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff = "^0.1.2"
black = "~23.7.0"
pytest = "~7.4.0"
pytest-asyncio = "~0.14.0"
pytest-cov = "^3.0.0"
pytest-ruff = "^0.1.1"
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.3.2"

[tool.poetry.group.integration.dependencies]
aries-askar = { version = "~0.3.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from datetime import timedelta
from unittest import IsolatedAsyncioTestCase
from unittest.mock import patch, Mock
from unittest.mock import Mock, patch

import pytest
from aries_cloudagent.core.in_memory import InMemoryProfile
Expand Down
28 changes: 14 additions & 14 deletions firebase_push_notifications/integration/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions firebase_push_notifications/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ authors = []

[tool.poetry.dependencies]
python = "^3.9"
pytest = "^7.4.0"
pytest-asyncio = "^0.21.0"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
Expand Down
Loading

0 comments on commit 03109c3

Please sign in to comment.