Skip to content

Commit c618ca2

Browse files
authored
Merge branch 'main' into copilot/fix-285
2 parents c717b77 + 1c2be7d commit c618ca2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55
.coverage
66
.idea/
77
.venv/
8+
venv/
89

910
# Bicep build artifacts (exclude .json files except parameters)
1011
infra/**/*.json

src/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
aiofiles==24.1.0
88
# via quart
9-
aiohappyeyeballs==2.6.0
9+
aiohappyeyeballs==2.4.3
1010
# via aiohttp
11-
aiohttp==3.12.14
12-
# via quartapp (pyproject.toml)
13-
aiosignal==1.4.0
11+
aiohttp==3.10.11
12+
# via quartapp (pyproject.toml)
13+
aiosignal==1.3.1
1414
# via aiohttp
1515
annotated-types==0.7.0
1616
# via pydantic
@@ -36,7 +36,7 @@ certifi==2024.8.30
3636
# requests
3737
cffi==1.17.1
3838
# via cryptography
39-
charset-normalizer==3.4.2
39+
charset-normalizer==3.4.0
4040
# via requests
4141
click==8.1.7
4242
# via
@@ -111,7 +111,7 @@ multidict==6.1.0
111111
# yarl
112112
openai==1.64.0
113113
# via quartapp (pyproject.toml)
114-
packaging==25.0
114+
packaging==24.1
115115
# via gunicorn
116116
portalocker==2.10.1
117117
# via msal-extensions

0 commit comments

Comments
 (0)