mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-12 19:30:30 +02:00
fix: bumped security risks and enabled newer packages installed
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
cachetools==5.5.0 # for caching
|
cachetools>=5.5.0 # for caching
|
||||||
charset-normalizer==3.4.0 # Auth0 API interactions
|
charset-normalizer>=3.4.0 # Auth0 API interactions
|
||||||
requests==2.32.3 # Auth0 API interactions
|
requests>=2.32.3 # Auth0 API interactions
|
||||||
pyjwt==2.10.0 # Auth0 API interactions
|
pyjwt>=2.10.1 # Auth0 API interactions
|
||||||
cffi==1.17.1 # Auth0 API interactions
|
cffi>=1.17.1 # Auth0 API interactions
|
||||||
cryptography==43.0.3 # Auth0 API interactions
|
cryptography>=43.0.3 # Auth0 API interactions
|
||||||
pycparser==2.22 # Auth0 API interactions
|
pycparser>=2.22 # Auth0 API interactions
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ starlette>=0.37.2 # FastAPI
|
|||||||
|
|
||||||
fastapi-pagination>=0.12.26 # Pagination
|
fastapi-pagination>=0.12.26 # Pagination
|
||||||
sqlalchemy>=2.0.31 # SQLAlchemy
|
sqlalchemy>=2.0.31 # SQLAlchemy
|
||||||
sqlalchemy-utils==0.41.2 # For managing databases
|
sqlalchemy-utils>=0.41.2 # For managing databases
|
||||||
|
|
||||||
python-dotenv>=1.0.1 # Environment variables
|
python-dotenv>=1.0.1 # Environment variables
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user