This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch supersetbot-bump-pytest
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 3137c61600 pytest<8.0.0 with comment
 discard bf30713500 build(deps): bump dompurify from 2.4.9 to 3.0.11 in 
/superset-frontend/plugins/legacy-preset-chart-nvd3 (#27816)
 discard 4b1d7a0860 chore(🦾): bump python pyfakefs 5.2.2 -> 5.3.5 (#27874)
 discard 70bb886bd3 chore(🦾): bump python grpcio 1.60.1 -> 1.62.1 (#27872)
 discard 1d732ec932 chore(🦾): bump python google-cloud-bigquery 3.20.0 -> 
3.20.1 (#27868)
 discard 3f3753792a chore(🦾): bump python pytest-cov 4.0.0 -> 5.0.0 (#27866)
 discard 15fa897e56 chore(🦾): bump python sqloxide 0.1.33 -> 0.1.43 (#27871)
 discard b3b848cf62 chore(🦾): bump python sqlglot 23.2.0 -> 23.6.3 (#27875)
 discard 5f77b0553a chore(🦾): bump python docker 6.1.1 -> 7.0.0 (#27870)
 discard 6e7d294d24 chore(🦾): bump python freezegun 1.2.2 -> 1.4.0 (#27869)
 discard 9fc0e19231 chore(🦾): bump python pillow 10.2.0 -> 10.3.0 (#27873)
 discard 67c3c8e8cf chore(🦾): bump python pre-commit 3.3.3 -> 3.7.0 (#27865)
 discard b82a720175 fix: run pip-compile-multi --no-upgrade (#27861)
 discard 05f0f51921 trying pytest==7.4.4
 discard b47c8af968 chore(🦾): bump python pytest 7.3.1 -> 8.1.1
     add 6683d292ce fix: run pip-compile-multi --no-upgrade (#27861)
     add 08700f8cb9 chore(🦾): bump python pre-commit 3.3.3 -> 3.7.0 (#27865)
     add e39bb57c07 chore(🦾): bump python pillow 10.2.0 -> 10.3.0 (#27873)
     add 9c3915d42c chore(🦾): bump python freezegun 1.2.2 -> 1.4.0 (#27869)
     add 976b098421 chore(🦾): bump python docker 6.1.1 -> 7.0.0 (#27870)
     add 271fbc064e chore(🦾): bump python sqlglot 23.2.0 -> 23.6.3 (#27875)
     add 1d3fdc74dc chore(🦾): bump python sqloxide 0.1.33 -> 0.1.43 (#27871)
     add 9d0928633a chore(🦾): bump python pytest-cov 4.0.0 -> 5.0.0 (#27866)
     add 87e1c3f2fd chore(🦾): bump python google-cloud-bigquery 3.20.0 -> 
3.20.1 (#27868)
     add 6052ef656d chore(🦾): bump python grpcio 1.60.1 -> 1.62.1 (#27872)
     add 208afc96a1 chore(🦾): bump python pyfakefs 5.2.2 -> 5.3.5 (#27874)
     add d318df96ae build(deps): bump dompurify from 2.4.9 to 3.0.11 in 
/superset-frontend/plugins/legacy-preset-chart-nvd3 (#27816)
     add c3149994ac feat(viz picker): Remove some tags, refactor Recommended 
section (#27708)
     add 848a7ffbf3 build(deps): bump @algolia/client-search from 4.22.1 to 
4.23.2 in /docs (#27824)
     add c38529741e chore(sql_parse): Provide more meaningful SQLGlot errors 
(#27858)
     add 6e8ea2753b build(deps-dev): bump @types/redux-mock-store from 1.0.2 to 
1.0.6 in /superset-frontend (#27836)
     add 958ec216f2 chore(🦾): bump python pytest 7.3.1 -> 8.1.1
     add 39100a2104 trying pytest==7.4.4
     add bde0f04407 pytest<8.0.0 with comment

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3137c61600)
            \
             N -- N -- N   refs/heads/supersetbot-bump-pytest (bde0f04407)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/package.json                                  |  2 +-
 docs/yarn.lock                                     | 43 ++++++++++++++-
 superset-frontend/package-lock.json                | 14 ++---
 superset-frontend/package.json                     |  2 +-
 .../plugins/legacy-plugin-chart-chord/src/index.js |  8 +--
 .../src/index.js                                   |  2 +-
 .../legacy-plugin-chart-world-map/src/index.js     |  1 -
 .../src/layers/Contour/index.ts                    |  2 +-
 .../src/layers/Geojson/index.ts                    |  2 +-
 .../src/layers/Grid/index.ts                       |  2 +-
 .../src/layers/Heatmap/index.ts                    |  2 +-
 .../src/layers/Hex/index.ts                        |  2 +-
 .../src/layers/Polygon/index.ts                    |  8 +--
 .../src/layers/Screengrid/index.ts                 |  8 +--
 .../legacy-preset-chart-nvd3/src/Area/index.js     |  2 -
 .../legacy-preset-chart-nvd3/src/Bar/index.js      |  2 -
 .../legacy-preset-chart-nvd3/src/Bubble/index.js   |  2 -
 .../legacy-preset-chart-nvd3/src/DistBar/index.js  |  4 --
 .../legacy-preset-chart-nvd3/src/Line/index.js     |  2 +-
 .../legacy-preset-chart-nvd3/src/Pie/index.js      |  2 +-
 .../BigNumber/BigNumberPeriodOverPeriod/index.ts   |  1 -
 .../src/BigNumber/BigNumberTotal/index.ts          |  1 -
 .../src/BigNumber/BigNumberWithTrendline/index.ts  |  1 -
 .../plugin-chart-echarts/src/Bubble/index.ts       |  1 -
 .../plugin-chart-echarts/src/Graph/index.ts        |  1 -
 .../src/MixedTimeseries/index.ts                   |  2 -
 .../plugins/plugin-chart-echarts/src/Pie/index.ts  |  1 -
 .../plugin-chart-echarts/src/Radar/index.ts        |  1 -
 .../plugin-chart-echarts/src/Sunburst/index.ts     |  7 +--
 .../src/Timeseries/Area/index.ts                   |  1 -
 .../src/Timeseries/Regular/Bar/index.ts            |  2 -
 .../src/Timeseries/Regular/Line/index.ts           |  1 -
 .../src/Timeseries/Regular/Scatter/index.ts        |  1 -
 .../src/Timeseries/Regular/SmoothLine/index.ts     |  1 -
 .../src/Timeseries/Step/index.ts                   |  1 -
 .../plugin-chart-echarts/src/Timeseries/index.ts   |  1 -
 .../plugin-chart-echarts/src/Treemap/index.ts      |  1 -
 .../plugins/plugin-chart-table/src/index.ts        |  1 -
 .../plugin-chart-word-cloud/src/plugin/index.ts    |  9 +---
 .../src/assets/images/icons/ballot.svg             |  4 +-
 .../src/assets/images/icons/category.svg           |  4 +-
 superset-frontend/src/assets/images/icons/tags.svg |  4 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     | 61 ++++++++++++++--------
 superset/sql_parse.py                              | 14 ++++-
 tests/unit_tests/sql_parse_tests.py                | 12 +++--
 45 files changed, 129 insertions(+), 117 deletions(-)

Reply via email to