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

⬆️ Bulk upgrade common dependencies #450

Merged
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7a97f76
:art: apply isort import organisation
ff137 May 9, 2024
297ff56
:art: apply black formatting
ff137 May 9, 2024
0f9d258
Update all lock files
ff137 May 9, 2024
18553e6
:art:
ff137 May 9, 2024
99e43a9
:arrow_up: Upgrade `black` to latest
ff137 May 9, 2024
0e9980f
:arrow_up: Upgrade `pytest-asyncio` to latest
ff137 May 9, 2024
adf57f2
:arrow_up: Upgrade `pytest` to latest
ff137 May 9, 2024
86d111c
:arrow_up: Upgrade `pytest-cov` to latest
ff137 May 9, 2024
5d5e623
:arrow_up: Upgrade `pytest-ruff` to latest
ff137 May 9, 2024
869a7fe
:arrow_up: Upgrade `ruff` to latest
ff137 May 9, 2024
ca98620
:arrow_up: Upgrade `aiohttp` to latest
ff137 May 9, 2024
d46ab49
:arrow_up: Upgrade `pydantic` v1 to latest
ff137 May 9, 2024
e0e02b6
:arrow_up: Upgrade `pytest-mock` to latest
ff137 May 9, 2024
7a606f4
:arrow_up: Upgrade `fastapi` to latest
ff137 May 9, 2024
e723741
:arrow_up: Upgrade `uvicorn` to latest
ff137 May 9, 2024
f7cbf72
:arrow_up: Upgrade `redis` to latest
ff137 May 9, 2024
7032f20
:arrow_up: Upgrade `rope` to latest
ff137 May 9, 2024
4865ebc
Update all lock files
ff137 May 9, 2024
a96ef04
:construction_worker: Add script for updating all lock files
ff137 May 9, 2024
531c84c
:arrow_up: Replace `fastapi` with `fastapi-slim`
ff137 May 10, 2024
90a587c
:arrow_up: Upgrade `pytest-asyncio`
ff137 May 10, 2024
a8e03ef
:arrow_up: Upgrade `ruff`
ff137 May 10, 2024
5655b10
:heavy_minus_sign: Remove unneeded mock dependencies
ff137 May 10, 2024
87d2b3d
:arrow_up: Upgrade `bcrypt`
ff137 May 10, 2024
d68e316
:heavy_minus_sign: Remove unneeded typing-extension dependency
ff137 May 10, 2024
1991ba6
:arrow_up: Upgrade `ecdsa`
ff137 May 10, 2024
3ef5e32
Update lock files
ff137 May 10, 2024
95bfe33
:rewind: revert ecdsa upgrade
ff137 May 10, 2024
fce8d97
:pushpin: pin pydantic to v1
ff137 May 10, 2024
be18f10
Update lock files
ff137 May 15, 2024
9005dc0
Update lock files
ff137 May 16, 2024
65d658d
:arrow_up: Upgrade black version to latest
ff137 May 16, 2024
c831647
:sparkles: add update all lock file logic to python script
ff137 May 16, 2024
d3aeaa0
Update lock files
ff137 May 16, 2024
62a5a42
:art: fix typos
ff137 May 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading