diff --git a/poetry.lock b/poetry.lock index ec8eee2..779e04b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,5 +326,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "d288d04db313a2d6f54c8a606a004d2782c2dcaacae2f905594055aa5d826b84" +python-versions = "^3.10.4" +content-hash = "e86a68eaa5a157ee87d162e92bd6784a2f6b509f178218bd9f91b9c2abb1651e" diff --git a/pyproject.toml b/pyproject.toml index 2cadf45..41ea953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ include = ["generate_completions.sh"] "Say Thanks!" = "https://saythanks.io/to/superatomic" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.10.4" click = "^8.1.3" click-help-colors = "^0.9.1" xdg = "^5.1.1"