Compare commits

...

1 Commits

Author SHA1 Message Date
GitHub Action
f3fb775a17 chore(🦾): bump python python-dotenv 1.1.0 -> 1.1.1 2025-07-28 19:12:51 +00:00
2 changed files with 33 additions and 3 deletions

View File

@@ -11,7 +11,9 @@ apispec==6.6.1
apsw==3.50.1.0 apsw==3.50.1.0
# via shillelagh # via shillelagh
async-timeout==4.0.3 async-timeout==4.0.3
# via -r requirements/base.in # via
# -r requirements/base.in
# redis
attrs==25.3.0 attrs==25.3.0
# via # via
# cattrs # cattrs
@@ -97,6 +99,11 @@ email-validator==2.2.0
# via flask-appbuilder # via flask-appbuilder
et-xmlfile==2.0.0 et-xmlfile==2.0.0
# via openpyxl # via openpyxl
exceptiongroup==1.3.0
# via
# cattrs
# trio
# trio-websocket
flask==2.3.3 flask==2.3.3
# via # via
# apache-superset (pyproject.toml) # apache-superset (pyproject.toml)
@@ -154,6 +161,7 @@ greenlet==3.1.1
# via # via
# apache-superset (pyproject.toml) # apache-superset (pyproject.toml)
# shillelagh # shillelagh
# sqlalchemy
gunicorn==23.0.0 gunicorn==23.0.0
# via apache-superset (pyproject.toml) # via apache-superset (pyproject.toml)
h11==0.16.0 h11==0.16.0
@@ -310,7 +318,7 @@ python-dateutil==2.9.0.post0
# holidays # holidays
# pandas # pandas
# shillelagh # shillelagh
python-dotenv==1.1.0 python-dotenv==1.1.1
# via apache-superset (pyproject.toml) # via apache-superset (pyproject.toml)
python-geohash==0.8.5 python-geohash==0.8.5
# via apache-superset (pyproject.toml) # via apache-superset (pyproject.toml)
@@ -395,9 +403,11 @@ typing-extensions==4.14.0
# apache-superset (pyproject.toml) # apache-superset (pyproject.toml)
# alembic # alembic
# cattrs # cattrs
# exceptiongroup
# limits # limits
# pyopenssl # pyopenssl
# referencing # referencing
# rich
# selenium # selenium
# shillelagh # shillelagh
tzdata==2025.2 tzdata==2025.2

View File

@@ -20,6 +20,10 @@ apsw==3.50.1.0
# shillelagh # shillelagh
astroid==3.3.10 astroid==3.3.10
# via pylint # via pylint
async-timeout==4.0.3
# via
# -c requirements/base.txt
# redis
attrs==25.3.0 attrs==25.3.0
# via # via
# -c requirements/base.txt # -c requirements/base.txt
@@ -176,6 +180,13 @@ et-xmlfile==2.0.0
# via # via
# -c requirements/base.txt # -c requirements/base.txt
# openpyxl # openpyxl
exceptiongroup==1.3.0
# via
# -c requirements/base.txt
# cattrs
# pytest
# trio
# trio-websocket
filelock==3.12.2 filelock==3.12.2
# via virtualenv # via virtualenv
flask==2.3.3 flask==2.3.3
@@ -313,6 +324,7 @@ greenlet==3.1.1
# apache-superset # apache-superset
# gevent # gevent
# shillelagh # shillelagh
# sqlalchemy
grpcio==1.71.0 grpcio==1.71.0
# via # via
# apache-superset # apache-superset
@@ -670,7 +682,7 @@ python-dateutil==2.9.0.post0
# pyhive # pyhive
# shillelagh # shillelagh
# trino # trino
python-dotenv==1.1.0 python-dotenv==1.1.1
# via # via
# -c requirements/base.txt # -c requirements/base.txt
# apache-superset # apache-superset
@@ -818,6 +830,11 @@ tabulate==0.9.0
# via # via
# -c requirements/base.txt # -c requirements/base.txt
# apache-superset # apache-superset
tomli==2.2.1
# via
# coverage
# pylint
# pytest
tomlkit==0.13.3 tomlkit==0.13.3
# via pylint # via pylint
tqdm==4.67.1 tqdm==4.67.1
@@ -840,10 +857,13 @@ typing-extensions==4.14.0
# -c requirements/base.txt # -c requirements/base.txt
# alembic # alembic
# apache-superset # apache-superset
# astroid
# cattrs # cattrs
# exceptiongroup
# limits # limits
# pyopenssl # pyopenssl
# referencing # referencing
# rich
# selenium # selenium
# shillelagh # shillelagh
tzdata==2025.2 tzdata==2025.2