Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 11, 2022
1 parent 4532004 commit 1b6a46a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ rshell = [
]
MarkupSafe = "==2.1.1"
upydevice = "0.3.8"
attrs = "^22.1.0"
typing-extensions = "^4.4.0"
pydantic = "^1.10.2"
distlib = "^0.3.6"
importlib-metadata = "^5.1.0"
attrs = "22.1.0"
typing-extensions = "4.4.0"
pydantic = "1.10.2"
distlib = "0.3.6"
importlib-metadata = "5.1.0"

[tool.poetry.group.dev.dependencies]
autoflake = "^1.4"
Expand Down

0 comments on commit 1b6a46a

Please sign in to comment.