Skip to content

Commit

Permalink
Week 39 library upgrades (openwallet-foundation#1054)
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale authored Sep 23, 2024
1 parent 49620c8 commit a9928ce
Show file tree
Hide file tree
Showing 14 changed files with 953 additions and 952 deletions.
226 changes: 113 additions & 113 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

29 changes: 15 additions & 14 deletions firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.12"
aries-cloudagent = { version = "~1.0.0", optional = true }
marshmallow = "^3.20.1"
google-auth = "^2.33.0"
google-api-python-client = "^2.145.0"
google-api-python-client = "^2.146.0"
requests = "^2.31.0"

[tool.poetry.extras]
Expand All @@ -39,8 +39,18 @@ line-length = 90
select = ["E", "F", "C", "D"]
ignore = [
# Google Python Doc Style
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
"D408", "D409", "D413",
"D203",
"D204",
"D213",
"D215",
"D400",
"D401",
"D404",
"D406",
"D407",
"D408",
"D409",
"D413",
"D202", # Allow blank line after docstring
"D104", # Don't require docstring in public package
# Things that we should fix, but are too much work right now
Expand All @@ -62,19 +72,11 @@ junit_family = "xunit1"
asyncio_mode = "auto"

[tool.coverage.run]
omit = [
"*/tests/*",
"docker/*",
"integration/*",
"*/definition.py"
]
omit = ["*/tests/*", "docker/*", "integration/*", "*/definition.py"]
data_file = ".test-reports/.coverage"

[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"@abstract"
]
exclude_lines = ["pragma: no cover", "@abstract"]
precision = 2
skip_covered = true
show_missing = true
Expand All @@ -85,4 +87,3 @@ output = ".test-reports/coverage.xml"
[build-system]
requires = ["setuptools", "poetry-core>=1.2"]
build-backend = "poetry.core.masonry.api"

226 changes: 113 additions & 113 deletions multitenant_provider/poetry.lock

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions oid4vc/poetry.lock

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

Loading

0 comments on commit a9928ce

Please sign in to comment.