Skip to content

Commit 827b592

Browse files
committed
chore: fix security issues
1 parent d1dc658 commit 827b592

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
python = ">=3.10,<3.14"
1111
click = "8.1.8" # TODO: 8.2.0 upgrade requires refinements in click_invoker.py due to breaking changes
1212
httpx = ">=0.23.1,<=0.28.1"
13-
copier = "9.7.1"
13+
copier = "9.10.1" # Pinned as we have seen breaking changes in minor releases. Updates should be tested before bumping.
1414
questionary = "^1.10.0"
1515
pyclip = "^0.7.0"
1616
shellingham = "^1.5.4"

0 commit comments

Comments
 (0)