From a3cf89927a8366a0a15a9b8abfe5373545aec4db Mon Sep 17 00:00:00 2001 From: its-michaelroy <72664547+its-michaelroy@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:57:05 -0300 Subject: [PATCH] Updated security --- .github/dependabot.yml | 4 ++-- backend/requirements.txt | 36 ++++++++++++++++++++++++++++++++---- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8f5f17d..6dac37b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,10 +12,10 @@ updates: # Configuration for pip dependencies - package-ecosystem: 'pip' - directory: '/' + directory: '/backend' schedule: interval: 'monthly' open-pull-requests-limit: 10 labels: - 'dependencies' - - 'pip' + - 'python' diff --git a/backend/requirements.txt b/backend/requirements.txt index d999766..d5204eb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,27 +1,55 @@ annotated-types==0.7.0 anyio==4.9.0 asgiref==3.8.1 +boolean.py==5.0 +boto3==1.37.13 +botocore==1.37.13 +CacheControl==0.14.3 certifi==2025.4.26 charset-normalizer==3.4.1 click==8.1.8 +cyclonedx-python-lib==9.1.0 +defusedxml==0.7.1 distro==1.9.0 -Django==5.1.1 +Django==5.2.1 django-cors-headers==4.6.0 djangorestframework==3.15.2 +exceptiongroup==1.3.0 +filelock==3.18.0 +git-filter-repo==2.47.0 gunicorn==23.0.0 h11==0.16.0 -httpcore==1.0.7 +httpcore==1.0.9 httpx==0.27.2 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 +packageurl-python==0.16.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_core==2.34.1 -pydantic_core==2.27.2 +pydantic_core==2.23.4 +Pygments==2.19.1 +pyparsing==3.2.3 +python-dateutil==2.9.0.post0 python-dotenv==1.1.0 requests==2.32.3 +rich==14.0.0 +s3transfer==0.11.4 +six==1.17.0 sniffio==1.3.1 +sortedcontainers==2.4.0 sqlparse==0.5.3 +toml==0.10.2 tqdm==4.67.1 typing_extensions==4.12.2 urllib3==2.4.0