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 Mar 20, 2023
1 parent 9bdb811 commit 9a7f407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ colorama = { version = "==0.4.6", platform = "win32" }
jsonschema = "=3.2.0"
dpath = "==1.5.0"
GitPython = "==3.1.31"
packaging = ">=21.3,<22.0"
packaging = "==21.3"
python-minifier = "==2.8.1"
mypy = ">=0.991,<1.1"
mypy = "==1.0.1"
## rshell is broken on windows (with python >=3.10) due to pyreadline dependency.
rshell = [
{ version = "^0.0.31", platform = "win32", python = "<3.10" },
Expand All @@ -66,7 +66,7 @@ pydantic = "1.10.6"
distlib = "0.3.6"
importlib-metadata = { version = "==5.2.0", python = '<3.10' }
micropython-stubber = "==1.13.1.post1"
libcst = "^0.4.9"
libcst = "0.4.9"

[tool.poetry.group.dev.dependencies]
bump2version = "^0.5.11"
Expand Down

0 comments on commit 9a7f407

Please sign in to comment.