From b9ca6170d820f15947a28e62e883a52a89528970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:51:28 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-dependencies group across 1 directory with 7 updates Bumps the production-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [graphql-core](https://github.com/graphql-python/graphql-core) | `3.2.3` | `3.2.7` | | [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.5` | | [xlrd](https://github.com/python-excel/xlrd) | `2.0.1` | `2.0.2` | | [pyecharts](https://github.com/pyecharts/pyecharts) | `2.0.3` | `2.0.9` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.44` | | [drf-yasg](https://github.com/axnsan12/drf-yasg) | `1.21.7` | `1.21.11` | | [drf-yasg[validation]](https://github.com/axnsan12/drf-yasg) | `1.21.7` | `1.21.11` | Updates `graphql-core` from 3.2.3 to 3.2.7 - [Release notes](https://github.com/graphql-python/graphql-core/releases) - [Commits](https://github.com/graphql-python/graphql-core/compare/v3.2.3...v3.2.7) Updates `openpyxl` from 3.1.2 to 3.1.5 Updates `xlrd` from 2.0.1 to 2.0.2 - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-excel/xlrd/compare/2.0.1...2.0.2) Updates `pyecharts` from 2.0.3 to 2.0.9 - [Release notes](https://github.com/pyecharts/pyecharts/releases) - [Commits](https://github.com/pyecharts/pyecharts/compare/v2.0.3...v2.0.9) Updates `sqlalchemy` from 2.0.39 to 2.0.44 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `drf-yasg` from 1.21.7 to 1.21.11 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](https://github.com/axnsan12/drf-yasg/compare/1.21.7...1.21.11) Updates `drf-yasg[validation]` from 1.21.7 to 1.21.11 - [Release notes](https://github.com/axnsan12/drf-yasg/releases) - [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst) - [Commits](https://github.com/axnsan12/drf-yasg/compare/1.21.7...1.21.11) --- updated-dependencies: - dependency-name: graphql-core dependency-version: 3.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openpyxl dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: xlrd dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pyecharts dependency-version: 2.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: drf-yasg dependency-version: 1.21.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: drf-yasg[validation] dependency-version: 1.21.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1bd919..d0c8153 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ elastic-transport==8.13.0 elasticsearch==8.13.0 elasticsearch-dsl==8.12.0 googleapis-common-protos==1.65.0 -graphql-core==3.2.3 +graphql-core==3.2.7 gunicorn==23.0.0 grpcio==1.62.1 idna==3.6 @@ -40,22 +40,22 @@ opentelemetry-semantic-conventions==0.44b0 opentelemetry-util-http==0.44b0 packaging==24.0 pandas==2.2.2 -openpyxl==3.1.2 # For Excel file support +openpyxl==3.1.5 # For Excel file support odfpy==1.4.1 # For ODS file support pyarrow==15.0.0 # For Parquet and Feather file support -xlrd==2.0.1 # For Excel file support +xlrd==2.0.2 # For Excel file support pillow==10.4.0 protobuf==4.25.3 pydantic==2.6.1 # Slightly downgraded for compatibility pydantic_core==2.16.2 # Matched with pydantic -pyecharts==2.0.3 +pyecharts==2.0.9 pyecharts-snapshot @ git+https://github.com/Deepthi-Chand/pyecharts-snapshot.git@8d6cadd055db6c919a1447064185d00d1b30ce01 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-magic==0.4.27 pytz==2024.1 requests==2.31.0 -sqlalchemy==2.0.39 +sqlalchemy==2.0.44 six==1.16.0 sqlparse==0.4.4 strawberry-graphql==0.225.1 @@ -97,8 +97,8 @@ structlog==24.1.0 # Downgraded for better compatibility ipython==8.22.1 # API Documentation -drf-yasg==1.21.7 -drf-yasg[validation]==1.21.7 +drf-yasg==1.21.11 +drf-yasg[validation]==1.21.11 djangorestframework-simplejwt==5.3.1 # Downgraded for better DRF compatibility # Keycloak Integration