Skip to content

Commit f8a3369

Browse files
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](graphql-python/graphql-core@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](python-excel/xlrd@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](pyecharts/pyecharts@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](axnsan12/drf-yasg@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](axnsan12/drf-yasg@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] <[email protected]>
1 parent ecc84ae commit f8a3369

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elastic-transport==8.13.0
1616
elasticsearch==8.13.0
1717
elasticsearch-dsl==8.12.0
1818
googleapis-common-protos==1.65.0
19-
graphql-core==3.2.3
19+
graphql-core==3.2.7
2020
gunicorn==23.0.0
2121
grpcio==1.62.1
2222
idna==3.6
@@ -40,22 +40,22 @@ opentelemetry-semantic-conventions==0.44b0
4040
opentelemetry-util-http==0.44b0
4141
packaging==24.0
4242
pandas==2.2.2
43-
openpyxl==3.1.2 # For Excel file support
43+
openpyxl==3.1.5 # For Excel file support
4444
odfpy==1.4.1 # For ODS file support
4545
pyarrow==15.0.0 # For Parquet and Feather file support
46-
xlrd==2.0.1 # For Excel file support
46+
xlrd==2.0.2 # For Excel file support
4747
pillow==10.4.0
4848
protobuf==4.25.3
4949
pydantic==2.6.1 # Slightly downgraded for compatibility
5050
pydantic_core==2.16.2 # Matched with pydantic
51-
pyecharts==2.0.3
51+
pyecharts==2.0.9
5252
pyecharts-snapshot @ git+https://github.com/Deepthi-Chand/pyecharts-snapshot.git@8d6cadd055db6c919a1447064185d00d1b30ce01
5353
python-dateutil==2.9.0.post0
5454
python-dotenv==1.0.1
5555
python-magic==0.4.27
5656
pytz==2024.1
5757
requests==2.31.0
58-
sqlalchemy==2.0.39
58+
sqlalchemy==2.0.44
5959
six==1.16.0
6060
sqlparse==0.4.4
6161
strawberry-graphql==0.225.1
@@ -97,8 +97,8 @@ structlog==24.1.0 # Downgraded for better compatibility
9797
ipython==8.22.1
9898

9999
# API Documentation
100-
drf-yasg==1.21.7
101-
drf-yasg[validation]==1.21.7
100+
drf-yasg==1.21.11
101+
drf-yasg[validation]==1.21.11
102102
djangorestframework-simplejwt==5.3.1 # Downgraded for better DRF compatibility
103103

104104
# Keycloak Integration

0 commit comments

Comments
 (0)