Skip to content

Commit e514631

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/github-script-8
2 parents 83d670d + de0263f commit e514631

File tree

5 files changed

+160
-149
lines changed

5 files changed

+160
-149
lines changed

scripts/populate_tox/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,13 @@
235235
"litestar": {
236236
"package": "litestar",
237237
"deps": {
238-
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
238+
"*": [
239+
"pytest-asyncio",
240+
"python-multipart",
241+
"requests",
242+
"cryptography",
243+
"sniffio",
244+
],
239245
"<2.7": ["httpx<0.28"],
240246
},
241247
},

0 commit comments

Comments
 (0)