mirror of
https://github.com/its-michaelroy/Deep-Impact.git
synced 2026-06-04 02:20:41 +00:00
Updated security
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -12,10 +12,10 @@ updates:
|
|||||||
|
|
||||||
# Configuration for pip dependencies
|
# Configuration for pip dependencies
|
||||||
- package-ecosystem: 'pip'
|
- package-ecosystem: 'pip'
|
||||||
directory: '/'
|
directory: '/backend'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'monthly'
|
interval: 'monthly'
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
labels:
|
labels:
|
||||||
- 'dependencies'
|
- 'dependencies'
|
||||||
- 'pip'
|
- 'python'
|
||||||
|
|||||||
@@ -1,27 +1,55 @@
|
|||||||
annotated-types==0.7.0
|
annotated-types==0.7.0
|
||||||
anyio==4.9.0
|
anyio==4.9.0
|
||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
|
boolean.py==5.0
|
||||||
|
boto3==1.37.13
|
||||||
|
botocore==1.37.13
|
||||||
|
CacheControl==0.14.3
|
||||||
certifi==2025.4.26
|
certifi==2025.4.26
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
click==8.1.8
|
click==8.1.8
|
||||||
|
cyclonedx-python-lib==9.1.0
|
||||||
|
defusedxml==0.7.1
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
Django==5.1.1
|
Django==5.2.1
|
||||||
django-cors-headers==4.6.0
|
django-cors-headers==4.6.0
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
|
exceptiongroup==1.3.0
|
||||||
|
filelock==3.18.0
|
||||||
|
git-filter-repo==2.47.0
|
||||||
gunicorn==23.0.0
|
gunicorn==23.0.0
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
httpcore==1.0.7
|
httpcore==1.0.9
|
||||||
httpx==0.27.2
|
httpx==0.27.2
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
jiter==0.10.0
|
||||||
|
jmespath==1.0.1
|
||||||
|
license-expression==30.4.1
|
||||||
|
markdown-it-py==3.0.0
|
||||||
|
mdurl==0.1.2
|
||||||
|
msgpack==1.1.0
|
||||||
openai==1.82.1
|
openai==1.82.1
|
||||||
|
packageurl-python==0.16.0
|
||||||
packaging==25.0
|
packaging==25.0
|
||||||
|
pip-api==0.0.34
|
||||||
|
pip-requirements-parser==32.0.1
|
||||||
|
platformdirs==4.3.8
|
||||||
|
psutil==7.0.0
|
||||||
|
py-serializable==2.0.0
|
||||||
pydantic==2.9.2
|
pydantic==2.9.2
|
||||||
pydantic_core==2.34.1
|
pydantic_core==2.23.4
|
||||||
pydantic_core==2.27.2
|
Pygments==2.19.1
|
||||||
|
pyparsing==3.2.3
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.1.0
|
python-dotenv==1.1.0
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
|
rich==14.0.0
|
||||||
|
s3transfer==0.11.4
|
||||||
|
six==1.17.0
|
||||||
sniffio==1.3.1
|
sniffio==1.3.1
|
||||||
|
sortedcontainers==2.4.0
|
||||||
sqlparse==0.5.3
|
sqlparse==0.5.3
|
||||||
|
toml==0.10.2
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
urllib3==2.4.0
|
urllib3==2.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user