Merge pull request #19 from christianlouis/copilot/fix-module-not-found-error
Fix test collection failure and patch authlib security vulnerabilities
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
asyncio_mode = auto
|
asyncio_mode = auto
|
||||||
testpaths = tests
|
testpaths = tests
|
||||||
|
pythonpath = .
|
||||||
python_files = test_*.py
|
python_files = test_*.py
|
||||||
python_classes = Test*
|
python_classes = Test*
|
||||||
python_functions = test_*
|
python_functions = test_*
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ asyncpg==0.29.0
|
|||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]==3.3.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
python-multipart==0.0.22 # Updated: Fixed multiple vulnerabilities (was 0.0.6)
|
python-multipart==0.0.22 # Updated: Fixed multiple vulnerabilities (was 0.0.6)
|
||||||
authlib==1.6.9 # Updated: Fixed algorithm confusion and DoS vulnerabilities (was 1.3.0)
|
authlib==1.6.9 # Updated: Fixed OIDC hash binding, JWE RSA1_5 padding oracle, alg:none bypass, JWK header injection (was 1.6.6)
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
|
||||||
# Payment Processing
|
# Payment Processing
|
||||||
|
|||||||
Reference in New Issue
Block a user