You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2023/07/18 21:29:36 UTC

[superset] branch master updated: chore: Bump pyyaml bounds (#24731)

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

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new aa01b51177 chore: Bump pyyaml bounds (#24731)
aa01b51177 is described below

commit aa01b51177a59dd0dcf4e66221a58e2331591716
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Tue Jul 18 14:29:29 2023 -0700

    chore: Bump pyyaml bounds (#24731)
---
 requirements/base.txt        | 10 +++-------
 requirements/integration.txt | 13 +++++++++----
 requirements/testing.txt     |  4 ++++
 setup.py                     |  2 +-
 4 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index 7f806c7c28..dc042a7747 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -131,9 +131,7 @@ humanize==3.11.0
 idna==3.2
     # via email-validator
 importlib-metadata==6.6.0
-    # via
-    #   apache-superset
-    #   flask
+    # via apache-superset
 importlib-resources==5.12.0
     # via limits
 isodate==0.6.0
@@ -243,7 +241,7 @@ pytz==2021.3
     #   celery
     #   flask-babel
     #   pandas
-pyyaml==5.4.1
+pyyaml==6.0.1
     # via
     #   apache-superset
     #   apispec
@@ -318,9 +316,7 @@ wtforms-json==0.3.5
 xlsxwriter==3.0.7
     # via apache-superset
 zipp==3.15.0
-    # via
-    #   importlib-metadata
-    #   importlib-resources
+    # via importlib-metadata
 
 # The following packages are considered to be unsafe in a requirements file:
 # setuptools
diff --git a/requirements/integration.txt b/requirements/integration.txt
index 9deecc0ab9..a8e0d2ce97 100644
--- a/requirements/integration.txt
+++ b/requirements/integration.txt
@@ -35,7 +35,7 @@ packaging==23.1
     #   pyproject-api
     #   tox
 pip-compile-multi==2.6.3
-    # via -r integration.in
+    # via -r requirements/integration.in
 pip-tools==6.13.0
     # via pip-compile-multi
 platformdirs==3.8.1
@@ -45,17 +45,22 @@ platformdirs==3.8.1
 pluggy==1.2.0
     # via tox
 pre-commit==3.3.3
-    # via -r integration.in
+    # via -r requirements/integration.in
 pyproject-api==1.5.2
     # via tox
 pyproject-hooks==1.0.0
     # via build
-pyyaml==5.4.1
+pyyaml==6.0.1
     # via pre-commit
+tomli==2.0.1
+    # via
+    #   build
+    #   pyproject-api
+    #   tox
 toposort==1.10
     # via pip-compile-multi
 tox==4.6.4
-    # via -r integration.in
+    # via -r requirements/integration.in
 virtualenv==20.23.1
     # via
     #   pre-commit
diff --git a/requirements/testing.txt b/requirements/testing.txt
index f550edf3ab..5605167228 100644
--- a/requirements/testing.txt
+++ b/requirements/testing.txt
@@ -16,6 +16,8 @@ cmdstanpy==1.1.0
     # via prophet
 contourpy==1.0.7
     # via matplotlib
+convertdate==2.4.0
+    # via prophet
 coverage[toml]==7.2.5
     # via pytest-cov
 cycler==0.11.0
@@ -121,6 +123,8 @@ pyfakefs==5.2.2
     # via -r requirements/testing.in
 pyhive[presto]==0.6.5
     # via apache-superset
+pymeeus==0.5.12
+    # via convertdate
 pytest==7.3.1
     # via
     #   -r requirements/testing.in
diff --git a/setup.py b/setup.py
index f16aa5c002..814214f5a5 100644
--- a/setup.py
+++ b/setup.py
@@ -111,7 +111,7 @@ setup(
         "python-dotenv",
         "python-geohash",
         "pyarrow>=12.0.0, <13",
-        "pyyaml>=5.4",
+        "pyyaml>=6.0.0, <7.0.0",
         "PyJWT>=2.4.0, <3.0",
         "redis>=4.5.4, <5.0",
         "selenium>=3.141.0, <4.10.0",