Skip to content

Commit f6094cb

Browse files
committed
Updated dependencies
1 parent 5387792 commit f6094cb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ license = { file = "LICENSE" }
1111
dynamic = [ "readme" ]
1212
dependencies = [
1313
"requests==2.32.3",
14-
"jinja2==3.1.5",
15-
"openai==1.64.0",
16-
"google-genai==1.3.0",
14+
"jinja2==3.1.6",
15+
"openai==1.65.4",
16+
"google-genai==1.4.0",
1717
"GitPython==3.1.44",
1818
"tqdm==4.67.1"
1919
]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests==2.32.3
2-
jinja2==3.1.5
3-
openai==1.64.0
4-
google-genai==1.3.0
2+
jinja2==3.1.6
3+
openai==1.65.4
4+
google-genai==1.4.0
55
GitPython==3.1.44
66
tqdm==4.67.1

0 commit comments

Comments
 (0)