Skip to content

Commit

Permalink
Merge branch 'main' into fix/did-peer-4-conn-lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
swcurran authored Jul 22, 2024
2 parents 029eefa + 9f0a9d2 commit cd59ccc
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
8 changes: 4 additions & 4 deletions demo/playground/examples/poetry.lock

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

2 changes: 1 addition & 1 deletion demo/playground/examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Jason Sherman <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^7.4.4"
pytest-asyncio = "^0.23.7"
pytest-asyncio = "^0.23.8"
asynctest = "^0.13.0"
requests = "^2.32.3"

Expand Down
46 changes: 23 additions & 23 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ didcomm-messaging = {version = "^0.1.1a0", optional = true }
[tool.poetry.group.dev.dependencies]
pre-commit = "~3.7.0"
# Sync with version in .pre-commit-config.yaml
ruff = "0.5.2"
ruff = "0.5.4"

sphinx="^5.3.0"
sphinx-rtd-theme=">=0.4.3"
Expand All @@ -79,7 +79,7 @@ pydevd-pycharm="~193.7288.30"
pytest = "^8.3.1"
pytest-asyncio = "^0.23.6"
pytest-cov = "^5.0.0"
pytest-ruff = "^0.4.0"
pytest-ruff = "^0.4.1"

[tool.poetry.extras]
askar = [
Expand Down

0 comments on commit cd59ccc

Please sign in to comment.